Selecting a default path/directory

S

shumwaymeister

I am writing some VBA code to set the default path/directory. I was
wondering if there was an API to do this.

There's an API to select a file from a specific directory, namely
'Application.GetOpenFilename'. I am assuming there is a function or a
series of functions to select a path/directory, without having to parse
the output from 'Application.GetOpenFilename'.

Ideas?
 
J

Jim Cone

Application.DefaultFilePath ?
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



<[email protected]>
wrote in messageI am writing some VBA code to set the default path/directory.
I was wondering if there was an API to do this.

There's an API to select a file from a specific directory, namely
'Application.GetOpenFilename'. I am assuming there is a function or a
series of functions to select a path/directory, without having to parse
the output from 'Application.GetOpenFilename'.
Ideas?
 

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

Top