Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
how can i find sheet1 when it was renamed?
|
#2
![]() |
|||
|
|||
![]()
Hi Nono,
If only the sheet name (and not the code name) has been changed, then try the following simple macro: Sub TesterA() MsgBox Sheet1.Name End Sub --- Regards, Norman "nono" wrote in message ... how can i find sheet1 when it was renamed? |
#3
![]() |
|||
|
|||
![]()
Maybe
Worksheets(1) -- HTH Bob Phillips "nono" wrote in message ... how can i find sheet1 when it was renamed? |
#4
![]() |
|||
|
|||
![]()
Hi Bob,
Thank you. My response conflated rename and move, which was probaly not the OP's intention! --- Regards, Norman "Bob Phillips" wrote in message ... Maybe Worksheets(1) -- HTH Bob Phillips "nono" wrote in message ... how can i find sheet1 when it was renamed? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding Duplicate Names from Different Lists... | Excel Discussion (Misc queries) | |||
Modifying Sheet1 macro to run on Sheet2 | Excel Discussion (Misc queries) | |||
Looking for comparable data records between Sheet1 and Sheet2 | Excel Discussion (Misc queries) | |||
Finding Cell References | Excel Discussion (Misc queries) | |||
Copy values from Sheet1 to Sheet2 | Excel Discussion (Misc queries) |