View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
ward376 ward376 is offline
external usenet poster
 
Posts: 360
Default vLookUp return several columns?

Sounds more like a query than a lookup. You can use MS Query to do
what you described.

Make sure the file you're extracting from is closed or you'll
experience a memory leak.

Cliff Edwards