Hi,
I am trying to determine if a worksheet is protected.
The worksheet in question is in a multi worksheet workbook.
It is also the active worksheet.
I tried looking at the "activesheet" properties - but cannot find a definitive list. I stumbled across one called "protectionmode" but that seems to return "false" whether or not the worksheet is protected.
Is there a way in the VBA help I can find the definitive list of properties of an object?
Thanks
Aidan
I am trying to determine if a worksheet is protected.
The worksheet in question is in a multi worksheet workbook.
It is also the active worksheet.
I tried looking at the "activesheet" properties - but cannot find a definitive list. I stumbled across one called "protectionmode" but that seems to return "false" whether or not the worksheet is protected.
Is there a way in the VBA help I can find the definitive list of properties of an object?
Thanks
Aidan