In my Access 2007 application I use VBA to open two Excel workbooks and copy values between them.
In the source sheet, the cells are formatted as currency with 2 decimal points, but the underlying values are obviously more than 2 dec places.
However, in the destintion sheet, it is only copying the 'displayed' values, ie 2 dec places.
The code I use is:
xlDestSheet.Cells(intRow, strTrips).Value = xlSourceSheet.Cells(intRowCounter, 10).Value
What am I doing wrong?
__._,_.___
MARKETPLACE
.
__,_._,___
Tidak ada komentar:
Posting Komentar