create installer for Excel application

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 !
 
B

Bob Phillips

Just do a directory change

ChDir path
ChDrive path

--

HTH

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