Hello,
The Access 2000 database currently used by my team has several reports that are run on a daily basis and then posted to our corporate intranet site. The process used at this time is basically as follows:
1. Macro creates temp table based on query.
2. Temp table data is exported to Excel spreadsheet
3. Spreadsheet data is imported into formatted, Excel spreadsheet/template
4. Formatted spreadsheet is posted to web site
What I would like to do is eliminate the process of having to copy the data from the unformatted Excel spreadsheet and pasting into the formatted template. It would be more efficient to simply dump the data into an already formatted spreadsheet. All of these current procedures currently run as code on the Click event of a command button.
Apologies for the long post.
Thanks in advance for any help,
Scott.
The Access 2000 database currently used by my team has several reports that are run on a daily basis and then posted to our corporate intranet site. The process used at this time is basically as follows:
1. Macro creates temp table based on query.
2. Temp table data is exported to Excel spreadsheet
3. Spreadsheet data is imported into formatted, Excel spreadsheet/template
4. Formatted spreadsheet is posted to web site
What I would like to do is eliminate the process of having to copy the data from the unformatted Excel spreadsheet and pasting into the formatted template. It would be more efficient to simply dump the data into an already formatted spreadsheet. All of these current procedures currently run as code on the Click event of a command button.
Apologies for the long post.
Thanks in advance for any help,
Scott.