J
JudyU
I am exporting data from Access to Excel using VBA with code
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "qryxxxxx",
myFile1, -1
1. First problem is that my data is in currency format in Access - but it
appears as just decimal numbers in exported Excel spreadsheet.
2. Even worse, some of my values in the exported Excel spreadsheet are
strange tiny numbers. For example, there are $0.00 values that appear in the
exported Excel spreadsheet as -7.27595761418343E-12, 5.82076609134674E-11,
etc.... - I really need to get rid of these (these are currency values), they
look awful.
Judy
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "qryxxxxx",
myFile1, -1
1. First problem is that my data is in currency format in Access - but it
appears as just decimal numbers in exported Excel spreadsheet.
2. Even worse, some of my values in the exported Excel spreadsheet are
strange tiny numbers. For example, there are $0.00 values that appear in the
exported Excel spreadsheet as -7.27595761418343E-12, 5.82076609134674E-11,
etc.... - I really need to get rid of these (these are currency values), they
look awful.
Judy