Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have a Loop, that collects certain data-rows, and put them in an array. This part works Ok and fast. The next loop insert the data from the Array into another Sheet. This is my problem. In the old Excel 2003 it took maybe half a minute to write +600 rows In Excell 2007 it takes +10 minutes. Screenupdating is disabled. There are several of this type Read and Write's, and the Macros now runs well over half an hour, where it took 1-2 minutes before This is how the "Insert" loop looks. --------------------------- ' Indsert lines in STRIP Sheets("Strip").Select Range("A1").Select For Linje = 0 To NyLinjeMax For Kolonne = 0 To 27 ActiveCell.Offset(Linje, Kolonne) = XAL_Data(Linje, Kolonne) XAL_Data(Linje, Kolonne) = "" Next Next ------------------------------- How can I speed up this Macro ? -- Med venlig hilsen Peter Hesselager-Olesen SBS-IT Aps |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VERY SLOW | Excel Discussion (Misc queries) | |||
Slow Excel Navigation with Up / Down Arrow and slow scrolling | Excel Discussion (Misc queries) | |||
Why so slow | Excel Discussion (Misc queries) | |||
Slow VBA, Can someone please look at it? | Excel Programming | |||
Slow Down... | Excel Programming |