How to stop VBA script so I can update worksheet

Cgalla87

New Member
Joined
Nov 29, 2018
Messages
16
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.
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
turn off the macros:
File, options, trust center, trust center settings, macro settings, DISABL ALL MACROS (with or without warning, your choice)
 
Upvote 0
is it a doc (word) or is it a sheet (excel), I have a simple method for excel I use
 
Upvote 0

Forum statistics

Threads
1,216,731
Messages
6,132,406
Members
449,726
Latest member
Skittlebeanz

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top