C
chris
I have a database based on a number of tables, whose data is refreshed
fortnightly by importing several csv files.
A macro performs the import, but the problem is that the database is
used by people in different places, who keep their csv files in
different places. So, currently, the macro specifies the location of
the csv files, meaning that each user has to have a slightly different
version of the macro.
What I'd like to have is a form containing a text box where the user
could enter the path to their own csv folder - plus a 'browse' button
which would bring up the usual Windows Explorer dialogue box and allow
them to select the folder simply by clicking on it.
Is this possible?
Thanks in advance for any help!
Chris.
fortnightly by importing several csv files.
A macro performs the import, but the problem is that the database is
used by people in different places, who keep their csv files in
different places. So, currently, the macro specifies the location of
the csv files, meaning that each user has to have a slightly different
version of the macro.
What I'd like to have is a form containing a text box where the user
could enter the path to their own csv folder - plus a 'browse' button
which would bring up the usual Windows Explorer dialogue box and allow
them to select the folder simply by clicking on it.
Is this possible?
Thanks in advance for any help!
Chris.