R
Robert Crandal
My VBA code always assumes that the names of my sheets
will never change. However, if a user changes the name
of "Sheet1" to something else (such as "mysheet", for example),
then my VBA will not be able to find the sheet formerly
known as "Sheet1".
Is there a solution to this problem?? Is there an alternate
way to refer to a sheet other than by the label name on the
tab??
thankx
will never change. However, if a user changes the name
of "Sheet1" to something else (such as "mysheet", for example),
then my VBA will not be able to find the sheet formerly
known as "Sheet1".
Is there a solution to this problem?? Is there an alternate
way to refer to a sheet other than by the label name on the
tab??
thankx