Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello -
Is there any way to renumber the Microsoft Excel Objects other than copying/pasting the sheets in the correct order to a new workbook? I have an Excel file where sheets have been deleted and added quite a bit and I would like them to be Sheet1 (XXX), Sheet2 (YYY), ... again. I do not use this name to refer to it (I use the "XXX" instead) so it will not compromise any of the macros. Thanks, Joachim |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is known as the "Code Name". Go into the VBA editor (Alt+F11),
select the Properties window (use View|Properties Window to turn it on if it is not visible), then change the string on the top line where the property listed in the left column is "(Name)". The name that you see on the worksheet tab is the property "Name", and is listed about 8 rows down. If you are not using this "Code Name" in any of your macros, then you normally don't need to ever change or worry about the "Code Name". -- Regards, Bill Renaud |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello -
Wow ... that was easy! Thanks a lot! Joe On Aug 14, 5:20 pm, "Bill Renaud" wrote: This is known as the "Code Name". Go into the VBA editor (Alt+F11), select the Properties window (use View|Properties Window to turn it on if it is not visible), then change the string on the top line where the property listed in the left column is "(Name)". The name that you see on the worksheet tab is the property "Name", and is listed about 8 rows down. If you are not using this "Code Name" in any of your macros, then you normally don't need to ever change or worry about the "Code Name". -- Regards, Bill Renaud |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"Cannot shift objects off sheet" in Excel when inserting row/col? | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Closing grouping in Excel I get "Cannot shift objects off sheet"? | Excel Discussion (Misc queries) | |||
Excel error "Cannot shift objects off sheet", can I fix? | Excel Discussion (Misc queries) | |||
VBA - The Literal "Microsoft Excel" on the Top" | Excel Programming |