Mulligatawny
New member
- Joined
- Sep 24, 2025
- Messages
- 1
- Programming Experience
- Beginner
If an excel sheet is not a specific name, is it possible to rename to that specific name.
IE, if the sheet needs to be October but it is Sheet1 or anything else, is it possible to rename the sheet to October.
If not is it possible to retrieve the sheet name before executing the following line
Thank You
IE, if the sheet needs to be October but it is Sheet1 or anything else, is it possible to rename the sheet to October.
If not is it possible to retrieve the sheet name before executing the following line
VB.NET:
xlWorkSheet = xlWorkBook.Worksheets(SheetName)
Thank You