Thread
:
change tab name
View Single Post
#
1
Posted to microsoft.public.excel.programming
Chip Pearson
external usenet poster
Posts: 7,247
change tab name
Dave,
Try something like
Worksheets("OldTabName").Name = "NewTabName"
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
"dave!!" wrote in message
...
how can i change the name of a tab with code?
Reply With Quote
Chip Pearson
View Public Profile
Find all posts by Chip Pearson