Can I format cells when outputting to excel?

S

Stapes

Hi

I am making an excel report from access using the following:


DoCmd.TransferSpreadsheet acExport, _
acSpreadsheetTypeExcel9, "QUERY NAME", _
"C:\FILE LOCATION AND NAME - " & sToday & ".xls", True, "SHEET NAME"


Is there any way I can format the cells in excel from here. I am
thinking background colours, and number / date formats?


Stapes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top