M
Mekinnik
Thank you for all the help with this one problem, however I have to point out
that you got the naming code wrong, but but a problem. It is suppose to be:
To rename the origin sheet, use:
NOT:
To rename the origin sheet, use:
But like I said not a problem. Again thank you for all your help, I am sure
more problems will arise, again thank you.
that you got the naming code wrong, but but a problem. It is suppose to be:
To rename the origin sheet, use:
wsh.Name = searchFor
To rename the destination (new) sheet, use :
.Name = searchFor
NOT:
To rename the origin sheet, use:
.Name = searchFor
To rename the destination (new) sheet, use :
wsh.Name = searchFor
But like I said not a problem. Again thank you for all your help, I am sure
more problems will arise, again thank you.