Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use the code 'sheets.add' to add a sheet to my workbook. How do I then
write a code to name the sheet that was just added? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
activesheet.name = "mysheet"
Cliff Edwards |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You should ALWAYS post YOUR code for comments.
next line activesheet.name="newname" -- Don Guillett Microsoft MVP Excel SalesAid Software "ranswrt" wrote in message ... I use the code 'sheets.add' to add a sheet to my workbook. How do I then write a code to name the sheet that was just added? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA Help naming sheets | Excel Discussion (Misc queries) | |||
VBA Help Naming Sheets | Excel Programming | |||
naming sheets | Excel Programming | |||
naming sheets | Excel Programming | |||
Naming Workbooks and Sheets | Excel Programming |