Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hello,
I have a question about referencing a specific sheet. I see you can do this: ThisWorkbook.Worksheets("MySpecialSheet").Select Or ThisWorkbook.Worksheets(2).Select However, if the user changes the name of the sheet to "MySpecialSheet2" or re-order the tabs you cannot use those. I see there is a property CodeName. Which always has the default "Sheet<x" name. Can this be used? Is there some other way to identify the sheet? Thanks |
#2
![]() |
|||
|
|||
![]()
Yes you can use CodeName
Sheet2.Select -- HTH RP (remove nothere from the email address if mailing direct) "greg" wrote in message ... Hello, I have a question about referencing a specific sheet. I see you can do this: ThisWorkbook.Worksheets("MySpecialSheet").Select Or ThisWorkbook.Worksheets(2).Select However, if the user changes the name of the sheet to "MySpecialSheet2" or re-order the tabs you cannot use those. I see there is a property CodeName. Which always has the default "Sheet<x" name. Can this be used? Is there some other way to identify the sheet? Thanks |
#3
![]() |
|||
|
|||
![]()
thanks for the help
"Bob Phillips" wrote in message ... Yes you can use CodeName Sheet2.Select -- HTH RP (remove nothere from the email address if mailing direct) "greg" wrote in message ... Hello, I have a question about referencing a specific sheet. I see you can do this: ThisWorkbook.Worksheets("MySpecialSheet").Select Or ThisWorkbook.Worksheets(2).Select However, if the user changes the name of the sheet to "MySpecialSheet2" or re-order the tabs you cannot use those. I see there is a property CodeName. Which always has the default "Sheet<x" name. Can this be used? Is there some other way to identify the sheet? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
duplicating worksheets | Excel Discussion (Misc queries) | |||
Number of worksheets | Excel Discussion (Misc queries) | |||
HELP! How do you--> Lock a set of rows but also link worksheets to | Excel Discussion (Misc queries) | |||
data entry on multiple worksheets | Excel Discussion (Misc queries) | |||
Assigning Cells in worksheets to other data in other worksheets. | Excel Discussion (Misc queries) |