create installer for Excel application

  • Thread starter Thread starter frouge
  • Start date Start date
F

frouge

Hello,

i use an access database. In my Excel application, i use
vba code to access the database. But i would like to create
an installer to specify the path of my database and then
use it in every function i use.
How could i do that?

Thanks !
 
Just do a directory change

ChDir path
ChDrive path

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Back
Top