Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a protected worksheet but still need users to be able to hide/unhide
columns to customise their views and prints - how can I do this? I found the following code posted in this discussion board but this doesn't allow me to hide/unhide even when I run it every time the workbook is opened.... Any ideas? Option Explicit Sub RUN_ME_EVERY_TIME_YOU_OPEN() With Worksheets("Report") .Protect Password:="bsd", userinterfaceonly:=True .EnableOutlining = True End With End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hiding/Unhiding Columns | Excel Worksheet Functions | |||
Hiding/Unhiding Columns | Excel Worksheet Functions | |||
hiding/unhiding rows & columns with "+" and "-" buttons | Excel Discussion (Misc queries) | |||
Hiding and unhiding columns | Excel Programming | |||
Event triggered by Hiding/Unhiding columns? | Excel Programming |