Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not the default, but you can change it
With ActiveSheet .Parent.VBProject.VBComponents(.CodeName) _ .Properties("_CodeName") = "somevalue" End With -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "David Gerstman" wrote in message ... In the VBA project window it gives two names to each worksheet, one inside parentheses and one right before the parentheses. The one inside the parentheses can easily be changed. But is there any way to control the other one? If I keep on creating and deleting worksheets the Sheet # will keep incrementing. Is there any way to override that default programmatically? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using the Excel generic worksheet names instead of user-given names in code | Excel Discussion (Misc queries) | |||
MAKE A LIST OF NAMES FROM REPEATED NAMES IN THE SAME WORKSHEET | Excel Discussion (Misc queries) | |||
Changing VB Component Names to match Worksheet names using VBE | Excel Programming | |||
return all worksheet tab names and chart sheet tab names in report - an example | Excel Programming | |||
copy range on every worksheet (diff names) to a master worksheet (to be created) | Excel Programming |