Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Running Excel 2003
I am copying multiple data ranges from one workbook to another and the macro just seems to be very slow during the copy phase of each data range. There are eight ranges of similar size to be copied. The paste phase seems fast. Here is a sample of the copy and paste code. Windows("20100204-Data Input-u.xls").Activate ActiveSheet.Select Range("b6:g36").Select Application.CutCopyMode = False Selection.Copy Windows("20090401-MST In Use-U.xls").Activate Sheets("Data").Select Range("b6:g36").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro for copy-pasting from different workbooks | Excel Worksheet Functions | |||
Macro and Copy and pasting special | Excel Programming | |||
Macro for copy pasting details from main sheet | Excel Discussion (Misc queries) | |||
MACRO COPY/PASTING | Excel Discussion (Misc queries) | |||
Macro Copy and Pasting | Excel Programming |