D
Daniel Kvisten
Hi,
I try to get a For Each statement to start at worksheet #3 and search
trough the next worksheets.
My statement ( that works from sheet #1 troughout the workbook ):
dim wks as worksheet
for each wks in worksheets
My question is therefor how to modify the for each statement?
Regards
Daniel
I try to get a For Each statement to start at worksheet #3 and search
trough the next worksheets.
My statement ( that works from sheet #1 troughout the workbook ):
dim wks as worksheet
for each wks in worksheets
My question is therefor how to modify the for each statement?
Regards
Daniel