Hi
I want to ensure a particular part of the macro does not run on the first sheet in the workbook.
Trying to use:
The sheets will have different names each time therefore I've tried unsuccessfully to use Sheets(1)![]()
If ActiveSheet <> Sheets(1) Then
I'm getting the following error:
Object doesn't support this property or method.
Any help would be appreciated.
Thanks
Bookmarks