Hi,
This is just a suggestion for you code:
For Each Mylevel....
If ... then StatusLevel = True:Exit For
Next
The Exit For will keep you from continuing to look for your level after you have found it.
--Robert
Hi,
This is just a suggestion for you code:
For Each Mylevel....
If ... then StatusLevel = True:Exit For
Next
The Exit For will keep you from continuing to look for your level after you have found it.
--Robert