Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I should have mentioned that I've already turned off screen updating,
calculation and events. Any other suggestions? Thanks, Barb Reinhardt "Bernie Deitrick" wrote: Barb, Try With Application .ScreenUpdating = False .Calculation = xlCalculationManual .EnableEvents = False .DisplayAlerts = False r.entirecolumn.hidden = false .ScreenUpdating = True .EnableEvents = True .DisplayAlerts = True .Calculation = xlCalculationAutomatic End With -- HTH, Bernie MS Excel MVP "Barb Reinhardt" wrote in message ... I am unhiding a column using this line r.entirecolumn.hidden = false were r is one cell and is defined as a RANGE. It's taking 39 seconds per column to unhide. It's been working to unhide another column the whole time I've been writing this question and still isn't done. This is excessive. It didn't use to take this long. Has anyone seen this behavior. I'm using Excel 2003. Any suggestions on how to address it? Thanks, Barb Reinhardt |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
email entire spreadsheet (unhide rows) | Excel Discussion (Misc queries) | |||
CF for specific ranges of time for an entire column | Excel Discussion (Misc queries) | |||
Unhide column - why doesn't click unhide column work? | Excel Discussion (Misc queries) | |||
Unhide 1 column at a time from named range | Excel Programming | |||
How do I unhide a column when format/column/unhide won't work | Excel Worksheet Functions |