Thread: sheet name VBA
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Flanagan Bob Flanagan is offline
external usenet poster
 
Posts: 340
Default sheet name VBA

ActiveSheet.Name ="new name"

or

worksheets("sheet1").Name ="New Name"

Bob Flanagan
Macro Systems
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel

"Jack" wrote in message
...
Hi,


I just wonder how to change a sheet name the from vba code in

excel...

Thanks for your help

Jack