M
matthias
this is part of my source code
For Each sh In ActiveWorkbook.Worksheets
sh.Range("b7").AutoFilter field:=1, Criteria1:="<>",
visibledropdown:=False
Next
I want to use this but worksheet("overview") may not participate in
the" for each" procedure
something with exit for?
thankx
For Each sh In ActiveWorkbook.Worksheets
sh.Range("b7").AutoFilter field:=1, Criteria1:="<>",
visibledropdown:=False
Next
I want to use this but worksheet("overview") may not participate in
the" for each" procedure
something with exit for?
thankx