A
Arlan
Does anyone have any sample code that will point me in the right
direction in regards to formatting Excel spreadsheets from Access code.
(Borders, Font, Sums, etc...)
My current process is to set-up an excel spreadsheet with the report
name, column heading etc.. I then copy a recordset to the excel file,
and then save it as a report, generally with the date in the file name.
If the record set that I copy has the same number of records each time,
I can do all of the formatting in the Excel "template". My problem, is
I am now getting into more advanced reporting where the records sets
have varying number of recrods, so I cannot pre-format the excel
"template", I need to do it on the fly.
Any help is appreciated. Thanks
direction in regards to formatting Excel spreadsheets from Access code.
(Borders, Font, Sums, etc...)
My current process is to set-up an excel spreadsheet with the report
name, column heading etc.. I then copy a recordset to the excel file,
and then save it as a report, generally with the date in the file name.
If the record set that I copy has the same number of records each time,
I can do all of the formatting in the Excel "template". My problem, is
I am now getting into more advanced reporting where the records sets
have varying number of recrods, so I cannot pre-format the excel
"template", I need to do it on the fly.
Any help is appreciated. Thanks