G Guest Oct 19, 2005 #1 Can and body help me to unlock formulas and unhide sheets that are password protected? Thanks in advance.
Can and body help me to unlock formulas and unhide sheets that are password protected? Thanks in advance.
G Guest Oct 20, 2005 #2 To make all sheets visible try this macro Sub test2() For Each x In Sheets x.Visible = True Next x End Sub To undo worksheet protection, try this link: http://j-walk.com/ss/excel/faqs/pw.txt
To make all sheets visible try this macro Sub test2() For Each x In Sheets x.Visible = True Next x End Sub To undo worksheet protection, try this link: http://j-walk.com/ss/excel/faqs/pw.txt