bernardmorrison
New Member
- Joined
- Jun 16, 2005
- Messages
- 37
When I try to drag down a formula it is causing excel to crash.
I have 400,000 rows of data and the formula contains a vlookup, so this is quite intensive procedure.
However, if I write a vba sub which breaks the dragging down into 100 row bitesize pieces, it works fine. Takes a while but no crashing issues.
I am wondering is there anything I could have done to make the dragging down less intensive for excel and avoided the crashes. Apart from going to the hassle of having to write the VBA.
I am using excel 2010
I have 400,000 rows of data and the formula contains a vlookup, so this is quite intensive procedure.
However, if I write a vba sub which breaks the dragging down into 100 row bitesize pieces, it works fine. Takes a while but no crashing issues.
I am wondering is there anything I could have done to make the dragging down less intensive for excel and avoided the crashes. Apart from going to the hassle of having to write the VBA.
I am using excel 2010