Open File/Browse Dialog VBA code

  • Thread starter Thread starter Bryan
  • Start date Start date
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
 
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!
 
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)?
 
Back
Top