View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default Speeding up Macro

Why don't you import everything and then sort?
--
JNW


"jayklmno" wrote:

I have a complex macro that moves a preformatted sheet and brings in a large
amount of data from a database and starts processing it. Based on the data,
it then inserts a line in the form in the appropriate section (items in the
data may not be in order). This inserting and the subsequent actions are very
very slow. Almost to a crawl and working with 300 lines of data to insert
into the sheet pushes the report past the 20 minute mark.

Any general advice to speed this up? All the basic stuff is covered.
Calculation is off, error checking is off, page breaks are off, scren draw is
off. I've optimiazed everything I know. Why does the insert take so long to
do?

Any advice would be great.