Read only mode

P

Patric

Hi,

Does anyone have a suggestion how to show in Excel XP
for the user if they have opened a worksheet in
Read Only mode or not?

Best regards
 
T

Tom Ogilvy

? activeworkbook.ReadOnly
False

will give you the ability to tell with code. How you would inform the user
would be up to you.
 
Top