View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default File input though some kind of windows interface

Philipp,

Take a look at the "GetOpenFileName" method.
It Displays the standard Open dialog box and gets a file name from the user without actually opening any files.

Regards,
Jim Cone
San Francisco, CA

"Philipp Oberleitner" wrote in message ...
Hi all at the moment i use the following code

- snip -
to bring data from one excel file into another one. But it works only with
constant values...

- snip -
Is this possible to make some kind of interface so that the user can decide
which file to take, interface like one in windows where i can decide which
file to open for example.
Thanks alot in advance