laurenbattaglia
Technical User
I have a workbook is a download from the web, that has named sheets in it. The sheet name has been changed on some of the downloads, so I need to be able to find either sheet name. I am trying to do something like the statement below, but I am having trouble with the syntax.
If Sheets.name <> fsBS Then
Sheets(fsBSN).Select
Else
Sheets(fsBS).Select
Any help would be appreciated.
If Sheets.name <> fsBS Then
Sheets(fsBSN).Select
Else
Sheets(fsBS).Select
Any help would be appreciated.