D
Dennis
Using Office 97 (and 2003)
What is the code to test for "True" "False" status of:
ActiveSheet.ProtectContents AllowFormattingCells:
I need other details but assume that the others will follow suit.
What I want to do is save to Boolean Dimed variable(s) the original status of each
aspect of the WS protection choices.
Then, before I close the macro, re-set the WS to the original Protection status
after use of:
ActiveSheet.Protect UserInterfaceOnly:=True
is Boolean the best Dimension or should I use Variant or ??
TIA Dennis
What is the code to test for "True" "False" status of:
ActiveSheet.ProtectContents AllowFormattingCells:
I need other details but assume that the others will follow suit.
What I want to do is save to Boolean Dimed variable(s) the original status of each
aspect of the WS protection choices.
Then, before I close the macro, re-set the WS to the original Protection status
after use of:
ActiveSheet.Protect UserInterfaceOnly:=True
is Boolean the best Dimension or should I use Variant or ??
TIA Dennis