Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to read the codename of a newly added worksheet, but for some
reason it keeps returning an empty string! I've tried: WS_CodeName = WB.Worksheets.Add.CodeName and also WB.Worksheets.Add WS_CodeName = ActiveSheet.CodeName and even WB.Worksheets.Add Set WS = ActiveSheet WS_CodeName = WS.CodeName No matter what, it keeps returning an empty string! What am I doing wrong?!? TIA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Codename not set | Excel Programming | |||
Codename not set | Excel Programming | |||
Use a password in VBA ActiveSheet.protect & ActiveSheet.unprotect? | Excel Programming | |||
Copying new activesheet after other activesheet is hidden? | Excel Programming | |||
codename help | Excel Programming |