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)?
 
Top