L
Lionel Fridjhon
I have a number of workbooks with up to 200 worksheets.
The required worksheet is activated by the statement
Sheets(strVendorID).activate.
If the worksheet does not exist, I get an error.
How can I establish whether the worksheet exists before
trying to activate it, and thus take other action?
Lionel
The required worksheet is activated by the statement
Sheets(strVendorID).activate.
If the worksheet does not exist, I get an error.
How can I establish whether the worksheet exists before
trying to activate it, and thus take other action?
Lionel