View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default opening a workbook without knowing its exact location

Johan,

Take a look at the GetOpenFilename method in help. It gives a file browser
type dialog to go and find the file.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Johan" wrote in message
...
hello,

I'm trying to write code to open a workbook of which I don't know the

exact
location.

Can anybody help me?

Thanks, Johan