Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have the following macro: ------------------------ Sub Test() Range("N2").Select Do ActiveCell.FormulaR1C1 = "=CONCATENATE(C[-7],C[-6])" ActiveCell.Offset(1, 0).Select Loop Until IsEmpty(ActiveCell.Offset(0, -2)) End Sub ------------------------ It works fine, the only problem is that it takes time (20 seconds to treat 1000 rows). Are you aware of any more efficient way of writing this type of code? Thanks for any hints! Regards, Mark |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What is more efficient | Excel Discussion (Misc queries) | |||
Is there a more efficient way to do this? | Excel Programming | |||
is there a more efficient formula than... | Excel Worksheet Functions | |||
More efficient way? | Excel Programming | |||
Which is more efficient? | Excel Programming |