Stretchwickster
Programmer
The following code takes an age to execute. Is there any way to speed it up?
Clive![[infinity] [infinity] [infinity]](/data/assets/smilies/infinity.gif)
Ex nihilo, nihil fit (Out of nothing, nothing comes)
Code:
Dim i as integer
for i = 3 to 52
Workbooks("WorkbookA").Worksheets(1).Cells(i, 2).Copy _
Workbooks("WorkbookB").Worksheets("Work3").Cells(6, i + 3)
next i
Clive
![[infinity] [infinity] [infinity]](/data/assets/smilies/infinity.gif)
Ex nihilo, nihil fit (Out of nothing, nothing comes)