Based on: thread68-483892
I need this code to select as an array. Currently it is selecting the first and last sheet with "!*".
Ive tried fudging with it but I cant find anything that works for me.
Thanks,
tw33k
I need this code to select as an array. Currently it is selecting the first and last sheet with "!*".
Ive tried fudging with it but I cant find anything that works for me.
Thanks,
tw33k
Code:
For Each ws In Worksheets
If ws.Name Like "!*" Then ws.Select
Next ws