Thread
:
Rename current sheet
View Single Post
#
1
Posted to microsoft.public.excel.programming
No Name
Posts: n/a
Rename current sheet
How do I rename the current sheet.
This is what I have, but if sheet1 has already been
renamed, it won't work. Thank you.
Sheets("Sheet1").Name = "Linefile"
Reply With Quote