stuartgb100
Active Member
- Joined
- May 10, 2015
- Messages
- 322
- Office Version
- 2021
- Platform
- Windows
Hi,
I can find sheetnames starting with # using
If ws.Name Like "#*" Then
but
It also finds sheetnames starting with ##
How can I exclude the ## sheets, please ?
Thanks.
I can find sheetnames starting with # using
If ws.Name Like "#*" Then
but
It also finds sheetnames starting with ##
How can I exclude the ## sheets, please ?
Thanks.