S
shmoussa
Hi. I am fairly new to macros and visual basic. I hope someone can
steer me in the right direction.
Every week a new .csv file needs to be imported into one table of
information. (One table contains weeks of data) The .csv files are all
in the same file location.
Are any or both of these options available:
1.) A command button that when pressed will bring up an open dialog
box, starting in a specified folder location. The user will then find
the .csv file and click open and the data will be imported
automatically. Afterwards, a dialog box confirming that the import
process is complete should pop up.
AND/OR
2.) The user will click an IMPORT button and it will automatically
find the most recent .csv file in a specified directory and import it.
Afterwards, a dialog box confirming that the import process is
complete should pop up.
I need to know if and HOW both of the methods are possible.
If none are possible, can you think of any other ways to do this. It
needs to be as AUTOMATIC as possible.
I would appreciate a reply as soon as possible. Thank you.
steer me in the right direction.
Every week a new .csv file needs to be imported into one table of
information. (One table contains weeks of data) The .csv files are all
in the same file location.
Are any or both of these options available:
1.) A command button that when pressed will bring up an open dialog
box, starting in a specified folder location. The user will then find
the .csv file and click open and the data will be imported
automatically. Afterwards, a dialog box confirming that the import
process is complete should pop up.
AND/OR
2.) The user will click an IMPORT button and it will automatically
find the most recent .csv file in a specified directory and import it.
Afterwards, a dialog box confirming that the import process is
complete should pop up.
I need to know if and HOW both of the methods are possible.
If none are possible, can you think of any other ways to do this. It
needs to be as AUTOMATIC as possible.
I would appreciate a reply as soon as possible. Thank you.