![]()
Sub x() Dim ws As Worksheet For Each ws In ThisWorkbook.Sheets If ws.Name <> "Test Lookup" And ws.Name <> "Specs" Then 'do stuff Next ws End Sub
![]()
Sub x() Dim ws As Worksheet For Each ws In ThisWorkbook.Sheets If ws.Name <> "Test Lookup" And ws.Name <> "Specs" Then 'do stuff Next ws End Sub
Ben Van Johnson
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks