Is there any way to reduce the time that a vlookup takes in vba? I am simply using the .range.formula
and vlookup
formula for it ..it is taking huge time and getting hung.
Range("BO2:BO" & NewLastRow).Formula = _
"=VLOOKUP(BN2,'" & OldSheet.Name & "'!$BL$2:$BM$" & OldLastRow & ",2,0)"