Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a macro that takes over 45 min to run at times. Is there a better way
to do this, or speed it up at all. The macro I use is as follows, it does need to be specific to the column and the rows that it is currently set to... Sub Button15_Click() ActiveSheet.Unprotect For Each cell In Range("AL35:AL609") cell.EntireRow.Hidden = cell.Value = 0 Next cell ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True End Sub Thanks, Sean |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help, need to speed up this macro | Excel Discussion (Misc queries) | |||
How to speed up this macro? | Excel Programming | |||
Speed-up a macro! | Excel Programming | |||
Speed up macro | Excel Discussion (Misc queries) | |||
MACRO Speed? | Excel Programming |