Hi

I want to ensure a particular part of the macro does not run on the first sheet in the workbook.

Trying to use:

If ActiveSheet <> Sheets(1) Then
The sheets will have different names each time therefore I've tried unsuccessfully to use Sheets(1)

I'm getting the following error:

Object doesn't support this property or method.

Any help would be appreciated.

Thanks