how to target a specific path using VBA

  • Thread starter Thread starter felixc36
  • Start date Start date
F

felixc36

Hi,

I would like to be able to target a path using VBA. I presently use Ken Getz's
API to call the Openfile common dialog Box (Thanks Ken that API is very
helpful by the way).

What I want to do is have a form with a button that would call out the dialog
box (or another form allowing browsing) but would allow me to select a path
without selecting a file and utlimately store this path in a variable.

I have subsequent procedures that would use the selected path returned.

By the way I am using Access 97 for this project.

Thank you in advance

F.
 
Back
Top