Hi All,
I have a VBA script running in a doc and it has a password protect function on it. Essentially locks down all the sheets so only the editable cells remain open. I need to make format and other changes to the document, how do I stop the script from running so I can make all my changes then restart it after I’m done without breaking it? Not a code change just need it to stop locking the document ever time I change one cell.
I have a VBA script running in a doc and it has a password protect function on it. Essentially locks down all the sheets so only the editable cells remain open. I need to make format and other changes to the document, how do I stop the script from running so I can make all my changes then restart it after I’m done without breaking it? Not a code change just need it to stop locking the document ever time I change one cell.