Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hide or unhide rows and columns on protected worksheet,workbook using option
button or commnad button |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Add a couple of lines to your routines.
'At the top activesheet.unprotect password:="hi" 'do the work 'at the bottom activesheet.protect password:="hi" kamlesh wrote: hide or unhide rows and columns on protected worksheet,workbook using option button or commnad button -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hide unhide rows -Protected sheet | Excel Discussion (Misc queries) | |||
Hide/Unhide columns using button on top over relevant columns | Excel Discussion (Misc queries) | |||
Unhide and hide columns | Excel Worksheet Functions | |||
I set up a macro to hide/unhide columns. It hides more columns | Excel Programming | |||
Using Hide, Unhide, and auto filter - select all on a protected sh | Excel Worksheet Functions |