Alternatives to "WorksheetFunction.VLookup"
Hi
I have a sub which uses a For...Next loop to populate the cells in a
column.based on the contents of column A in the same row.
I presently use WorksheetFunction.VLookup to get the value from another
worksheet. Is there a faster way to achieve the same result, maybe without
calling a worksheet function? The code takes some time to run through about
400 cells. I have auto calculation turned off during execution.
TIA
Damien
|