finding sheet1

N

Norman Jones

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
 
N

Norman Jones

Hi Bob,

Thank you.

My response conflated rename and move, which was probaly not the OP's
intention!
 
Top