G Guest Jan 11, 2007 #1 hide or unhide rows and columns on protected worksheet,workbook using option button or commnad button
hide or unhide rows and columns on protected worksheet,workbook using option button or commnad button
D Dave Peterson Jan 11, 2007 #2 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"
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"