nalini.p2007
New Member
- Joined
- Sep 29, 2011
- Messages
- 12
Want to rename the name of the sheet automatically to the name of the excel file.
I have tried this below coding but sheet tab has been renamed with the name "PERSONAL.XLSB"
----------------------------------------------------------------
Dim myname
myname = ThisWorkbook.Name
ActiveSheet.Select
ActiveSheet.Name = myname
-------------------------------------------------------------------------------------------
Please help me in the earlier instance.
Thanks!!
Nalini P
I have tried this below coding but sheet tab has been renamed with the name "PERSONAL.XLSB"
----------------------------------------------------------------
Dim myname
myname = ThisWorkbook.Name
ActiveSheet.Select
ActiveSheet.Name = myname
-------------------------------------------------------------------------------------------
Please help me in the earlier instance.
Thanks!!
Nalini P