Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using 2 macro for my workbook and they take very long (at least 5 mins).
Is there anyone who can help to see if there is anything to speed it up? Appreciate it. My workbook consist of many sheet, each of them requiring these 2. 1st Sub prime() Set myrange = Range("'Golden Asia Growth (D)'!Date, 'Golden Asia Growth (D)'!Price") For Each f In myrange f.Offset(, 6).Value = f.Value Next End Sub 2nd: Sub prime2() Set myrange = Range("D2:E500") For Each f In myrange f.Offset(, 3).Value = f.Value Next End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro - very slow run in 2003 | Excel Discussion (Misc queries) | |||
Macro is very slow | Excel Discussion (Misc queries) | |||
Macro Running Painfully Slow! | Excel Discussion (Misc queries) | |||
Macro is amazingly SLOW...Need help | Excel Discussion (Misc queries) | |||
Why is this PageSetup Macro So Slow? | Excel Discussion (Misc queries) |