Dim sSheetName As String
sSheetName = ActiveSheet.Name
' -- other code, going to different worksheet --
'trying to return to S
Sheets(sSheetName).Activate
But using the Select and Activate methods is not recommended in most cases. faq707-4105
Skip, Just traded in my old subtlety... for a NUANCE!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.