Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I want to create a macro to hide and unhide certain columns with "F keys. Will it work when most of my cells are locked and password protected? Thanks -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub MyMacro()
ActiveSheet.Unprotect Password:="ABCD" ' recorded code Activesheet.Protect Password:="ABCD" End Sub -- Regards, Tom Ogilvy "sonar " wrote in message ... Hi I want to create a macro to hide and unhide certain columns with "F" keys. Will it work when most of my cells are locked and password protected? Thanks. --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Recording and playing Macro (Solver) | Excel Discussion (Misc queries) | |||
Can you run a macro while your computer is locked? | Excel Discussion (Misc queries) | |||
Playing a macro from another workbook | Excel Discussion (Misc queries) | |||
Still playing with the "Check" macro... | Excel Programming | |||
Macro to "Stop Playing" wave files | Excel Programming |