Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I need booting into a better direction... I have several sheets containing formulas in Row 2 (sometimes from columns A to DM..) which need copying down a large (sometimes 2000) numer of rows. I use something along the lines of... Worksheets("X").Activate Worksheets("X").Select Ranhe("A2").Select Rnage(ActiveCell,ActiveCell.End(xlRight)).Copy Range("A2:DM" + intRowCount).Select ActiveSheet.Paste ...at which stage the processor fan goes a million rpm, and I fall asleep waiting for something to happen. The normal speed-enhancing settings are correct( e.g. calculate is xlManual, screenupdating is false, etc.). Any significant, problem recommendations will warrant hero-worship. Thanks Mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy-Paste function takes forever | Excel Discussion (Misc queries) | |||
Find Replace takes forever | Excel Discussion (Misc queries) | |||
Excel takes forever to shut down | Excel Programming | |||
Paste Method failed (Activesheet.Paste) | Excel Programming | |||
Calculating Time in XP takes forever | Excel Discussion (Misc queries) |