D
deluxes
I am using EXCEL X on a G4 800mhz with OS 10.2.8. I am using a macro
that copies ranges from one sheet to another using the code below:
'Worksheets("input").Range("$A$" & StartRow & ":$A$" & LastRow).Copy _
Destination:=Worksheets("output").Range("$A$" & StartRow &
":$A$" & LastRow) ' Chem Number
Each range contains 2500 entries, I do 5 of them and it takes about 69
seconds. Does anyone know a faster way to perform a copy? I would
appreciate any help you can give me.
that copies ranges from one sheet to another using the code below:
'Worksheets("input").Range("$A$" & StartRow & ":$A$" & LastRow).Copy _
Destination:=Worksheets("output").Range("$A$" & StartRow &
":$A$" & LastRow) ' Chem Number
Each range contains 2500 entries, I do 5 of them and it takes about 69
seconds. Does anyone know a faster way to perform a copy? I would
appreciate any help you can give me.