Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can allow VBA code access to a protected sheet by including the following
parameter in the .Protect statement: userinterfaceonly:=True This does not persist after the workbook is closed, so needs to be initiated each time it's opened. Regards, GS |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Do not allow Copy/Paste Functionality in a Protected Sheet | Excel Worksheet Functions | |||
Running of Worksheet Change Macro breaks undo functionality. | Excel Discussion (Misc queries) | |||
Tab key functionality in a protected worksheet | Excel Programming | |||
Enable 'BOLD' functionality in protected Excel spreadsheet | Excel Discussion (Misc queries) | |||
How can I run a macro in a protected worksheet? | Excel Worksheet Functions |