View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 866
Default how to use Application.VLookup on close sheet

thanks

"Mike H" wrote:

You have answers in you other thread

"Dan" wrote:

Hi,
I managed to do a vlookup from a closed file via:
=VLOOKUP(A1,'C:\temp\[test3.xls]Sheet1'!$A$1:$C$18,3,FALSE)

but I do not manage to do it by code using Application.VLookup

Any idea?

Dan