Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Is there an way to speed up a macro, I have the following macro and it takes a bit of time to run and I want it to run fast if that is possible: Sub Main() Dim Rng As Range For Each Rng In Range("G3:G201,G203:G401,G403:G601,G603:G801,G803: G1001,G1003:G1201,G1203:G1 401,G1403:G1601,G1603:G1801,G1803:G2001,G2003:G220 1,G2203:G2401") '<< adjust for correct range Rng(1, 1).EntireRow.Hidden = (Rng.Value = "") Next Rng End Sub Any ideas appreciated. --- Stu |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA Speed up | Excel Discussion (Misc queries) | |||
Can you speed UP drag speed? | Excel Discussion (Misc queries) | |||
I need mor Speed!!!! | Excel Discussion (Misc queries) | |||
Improving speed with VBA | Excel Programming | |||
How to construct for best speed? | Excel Programming |