View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Damien McBain[_4_] Damien McBain[_4_] is offline
external usenet poster
 
Posts: 16
Default 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