Logo 
Search:

MS Office Forum

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds

Open File Dialog

  Asked By: Reginheraht    Date: Jan 18    Category: MS Office    Views: 611
  

When using the Application.GetOpenfilename the default view is the My
Documents folder. Is there a way to make the default view a specified
folder?

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Tommy Thompson     Answered On: Jan 18

I think the dialog  opens on the current drive which is My Documents by
default. You can use the ChDir function to change the current directory
before you use the GetOpenfilename

ChDir "D:\Other Documents"
Application.GetOpenfilename

 
Answer #2    Answered By: Adelmo Fischer     Answered On: Jan 18

See the examples on this page below(User Contributed
Comments):http://www.erlandsendata.no/english/index.php?
d=envbadialogsbuiltindialogs

 
Didn't find what you were looking for? Find more on Open File Dialog Or get search suggestion and latest updates.




Tagged: