Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Run Error while protected
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Mike H, post: 6387907"] Max, Do your protection at runtime and protect the userinterface only. As an example you could do it in your workbook open event code Private Sub Workbook_Open() Sheets("serie A").Protect Password:="password", UserInterfaceOnly:=True StartBlink StartBlink2 StartBlink3 End Sub Mike [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Run Error while protected
Top