Thread: change tab name
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default 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?