zabiullakhan
Active Member
- Joined
- Aug 30, 2010
- Messages
- 310
I have a vlookup formula as below
It takes 10 minutes to get the results with this formula for 47000 rows and sometimes my system is geting hanged..
Specification of my system is prety good - i have Intel Core i5 processor and 3gb ram and i am using excel 2007.
Please suggest me a solution to get this a bit faster and avoide system freezz.
Code:
ActiveCell.FormulaR1C1 = "=IF(ISERROR(VLOOKUP(RC[" & TCDLVal & "],RRng,2,0)),"""",VLOOKUP(RC[" & TCDLVal & "],RRng,2,0))"
It takes 10 minutes to get the results with this formula for 47000 rows and sometimes my system is geting hanged..
Specification of my system is prety good - i have Intel Core i5 processor and 3gb ram and i am using excel 2007.
Please suggest me a solution to get this a bit faster and avoide system freezz.