Open File/Browse Dialog VBA code

B

Bryan

Hi,

I want to write VBA code for a command button click event,
that will allow the user to find and open a file from
another location.

It could be a picture, spreadsheet, whatever, in any
location. I'm envisioning the the click event opening to
Windows Explorer.

Thanks, Bryan
 
G

Guest

Hi,

I have tried to use this page but I'm having an error at
this line - sub or function not defined.

ahtAddFilterItem and
ahtCommonFileOpenSave

Help!
 
B

Bruce M. Thompson

I have tried to use this page but I'm having an error at
this line - sub or function not defined.

ahtAddFilterItem and
ahtCommonFileOpenSave

Help!

Did you copy all of the available code into a standard (global) module (not a
module behind a form or report)?
 

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