#1   Report Post  
nono
 
Posts: n/a
Default finding sheet1

how can i find sheet1 when it was renamed?
  #2   Report Post  
Norman Jones
 
Posts: n/a
Default

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   Report Post  
Bob Phillips
 
Posts: n/a
Default

Maybe

Worksheets(1)

--
HTH

Bob Phillips

"nono" wrote in message
...
how can i find sheet1 when it was renamed?



  #4   Report Post  
Norman Jones
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Finding Duplicate Names from Different Lists... PokerZan Excel Discussion (Misc queries) 1 July 8th 05 09:58 AM
Modifying Sheet1 macro to run on Sheet2 Sharon Excel Discussion (Misc queries) 6 April 28th 05 01:21 PM
Looking for comparable data records between Sheet1 and Sheet2 Jim May Excel Discussion (Misc queries) 3 April 1st 05 08:04 PM
Finding Cell References Zokess Excel Discussion (Misc queries) 2 February 4th 05 04:52 PM
Copy values from Sheet1 to Sheet2 Eintsein_mc2 Excel Discussion (Misc queries) 1 January 6th 05 05:02 AM


All times are GMT +1. The time now is 10:30 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"