Need help with the following simple line of code. It runs the macro perfectly for all sheets other than the one stated in the following line:
But I need it to exclude more than on sheet, e.g:![]()
If Worksheet.Name <> "Sheet1" Then
but cant get it to work, all help much appreciated.![]()
If Worksheet.Name <> "Sheet1" or "Sheet2" or "Sheet3" etc......... Then
Thanks
Bookmarks