Getopenfile

  • Thread starter jln via OfficeKB.com
  • Start date
J

jln via OfficeKB.com

Right now i have it so the user can browser for the folder they want then
select a file. I want to change this to going to

Q:\FTP\as400\exports\production\

then select the folder and file.
 
J

Jim Rech

Use ChDrive and ChDir to change the current drive and folder. Then show the
file open dialog.
 
J

jln via OfficeKB.com

IUS this what you mean?


ChDir ("Q:\FTP\as400\exports\production\inv" & _
Inv & "\")
myFileName = Application. _
GetOpenFilename(filefilter:="csv Files, *.CSV", _
Title:="Pick a File (Select your MAR")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top