G
Guest
I have VB code that was written for Excel 2000 and does not work properly under Excel 2002. The code inserts rows using rows(rownumber).insert. There are about 200 rows of information below where the row is being inserted. Under Excel 2000, this instruction runs in a blink. Under Excel 2002 is take from 30 to 60 seconds to run. My code creates a report by inserting about 100 rows. So now it takes over 1 1/2 hours to create the report that I used to create in 3 minutes. Does anyone have any ideas why this is so slow and how to correct it?
Thanks
Thanks