Hi,
I came across this code sometime back and when i try to run it...it does not work. Looking to run my code in all the sheets except on Home, Sheet3, Sheet2.
Sub working_new()
Dim ws As Worksheet
For Each ws In ActiveWorkbook.Worksheets
If InStr("Home Sheet3 Sheet2", ws.Name) = 0 Then...