View Single Post
  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

It's easier if you open the other workbook first and use the mouse to select

=VLOOKUP(D1,[myfile.xls]Sheet1!$1:$65536,3,0)

then excel will add the necessary path when you close the workbook

=VLOOKUP(D1,'C:\Documents and Settings\My Name\My
Documents\[myfile.xls]Sheet1'!$1:$65536,3,0)

otherwise you have to build the path yourself



--
Regards,

Peo Sjoblom

(No private emails please)


"el_grimley" wrote
in message ...

Is it possible to refrence an entire worksheet from another workbook
(which is unopened) so that I can use its cells for a Vlookup?

Thanks

Graham


--
el_grimley
------------------------------------------------------------------------
el_grimley's Profile:
http://www.excelforum.com/member.php...o&userid=25924
View this thread: http://www.excelforum.com/showthread...hreadid=401954