Marc L
Excel Ninja
I tried but not do this can u pls tell me how to do this
Already done since post #9 …
As I yet wrote, you just have to think about what must be done
• before loop
• inside loop
• after loop …
As I yet wrote, you just have to think about what must be done
• before loop
• inside loop
• after loop …
Code:
Dim Ws As Worksheet
' here stuff before loop
For Each Ws In WhichWorkbook.Worksheets
' here stuff inside loop
Next
' here stuff after loop