D
dimwit
I am exporting an access data to an excel spreadsheet using vba code. The
problem is the format for my time when exported to excel is different. How
can i change the cell format for excel using the codes in access. I use the
code below to export. Thanks!
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel3,
"tblTimeTable", "" & strInputFileName & "", False
problem is the format for my time when exported to excel is different. How
can i change the cell format for excel using the codes in access. I use the
code below to export. Thanks!
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel3,
"tblTimeTable", "" & strInputFileName & "", False