C
CyberDwarf
Using standard DoCmd.OutputTo syntax to export a simple dataset to an Excel
worksheet.
Works well, but......
we have a list of text codes (YD, 2M, 7G, etc) which come across into the
cells ok, all except codes like '11A', '10A' and the come into Excel as eg
'0.458333333', '0.416666666666667'
Reformatting as text/general has no effect at all
Is there something I'm missing about the output process which would cure
this quirk?
Any ideas gratefully received
TIA
Steve
worksheet.
Works well, but......
we have a list of text codes (YD, 2M, 7G, etc) which come across into the
cells ok, all except codes like '11A', '10A' and the come into Excel as eg
'0.458333333', '0.416666666666667'
Reformatting as text/general has no effect at all
Is there something I'm missing about the output process which would cure
this quirk?
Any ideas gratefully received
TIA
Steve