excel - How to allow ink in a protected worksheet? -


I have an Excel 2003 worksheet in which the protection used for data entry on table PCs is enabled. I want to allow users to fill the contents of the worksheet by using ink (and then convert to text), but the ink writing and drawing toolbar is disabled when the worksheet is secure Is it possible to protect worksheet and allow ink?

Sorry to answer my own question, but check "Edit the object in the Safe Sheet dialog" "The option solved my problem. The equivalent VBA was worksheet. Protected "password" drawing object: = false .


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -