Hi,
I am experiencing super slow and some time crashing insert columns with 40,000 lines of records.
I am just wondering, is there better way around this?
Here's the code that's giving me issue.
I have tried using Range("E1:E40000").Insert... but still no luck of speeding things up or avoiding crashing Excel 2010.![]()
Columns("E:E").Insert Shift:=xlToRight ... Columns("P:R").Insert Shift:=xlToRight
Any suggestion?
Thank you very much
Bookmarks