G
Guest
I have a database that automatically imports several text file every night.
This happens automatically and was programmed in VB by a guy I work with.
Every morning when I open the database, I am dealing with data that was
current the night before. This is current enough for my needs
I then export a series of queries to excel files via a macro. The Excel
files are overwritten every time. I then open a master excel file (formatted)
and via code I import data from these newly created excel files and I get
sort of a summary report of the state of my business. Again via code, a
historical dated copy is saved in a seperate folder whenever I open the
master excel document.
What I would like to do is automatically export the queries from Access
after the automatic import VB procedure has occurred so I simply have to open
the excel master file every day. The Access DB is saved on a shared drive
and does not remain open.
(I would also like the excel file to open, link, save a copy and close
automatically but I think I need to tackle this one step at a time)
Does anyone have any advice?
Thanks
Ru
This happens automatically and was programmed in VB by a guy I work with.
Every morning when I open the database, I am dealing with data that was
current the night before. This is current enough for my needs
I then export a series of queries to excel files via a macro. The Excel
files are overwritten every time. I then open a master excel file (formatted)
and via code I import data from these newly created excel files and I get
sort of a summary report of the state of my business. Again via code, a
historical dated copy is saved in a seperate folder whenever I open the
master excel document.
What I would like to do is automatically export the queries from Access
after the automatic import VB procedure has occurred so I simply have to open
the excel master file every day. The Access DB is saved on a shared drive
and does not remain open.
(I would also like the excel file to open, link, save a copy and close
automatically but I think I need to tackle this one step at a time)
Does anyone have any advice?
Thanks
Ru