Hi All,
I'm struggling with this one. I've tried to Export a table with 20ish fields to Excel some fields with 4000 characters in. I have tried 3 different ways:
a) Select the table and select Export - This Exports the data correctly, however, it puts a ' before all the text fields. ie instead of saying:
in the field it states:
b) Open the table and copy the data by selecting all and Ctrl-C etc, and then pasting to Excel. This does not include the ' however, it only pulls a max of 255 characters!!
c) I tried TransferSpreadsheet and this worked exactly as a) did (As I expected it would).
I realise that Excel (.xls) format is not the best for this, however, the requirement is for this format. I also would prefer to not have to open Excel and run code from there.
Anyone got any ideas on this one, as I'm stumped.
Thanks for anytime you put into this query,
Regards,
Fitz
Did you know, there are 10 types of people in this world:
* Those who understand binary
and
* Those who Don't!!
I'm struggling with this one. I've tried to Export a table with 20ish fields to Excel some fields with 4000 characters in. I have tried 3 different ways:
a) Select the table and select Export - This Exports the data correctly, however, it puts a ' before all the text fields. ie instead of saying:
Joe Bloggs
in the field it states:
'Joe Bloggs
b) Open the table and copy the data by selecting all and Ctrl-C etc, and then pasting to Excel. This does not include the ' however, it only pulls a max of 255 characters!!
c) I tried TransferSpreadsheet and this worked exactly as a) did (As I expected it would).
I realise that Excel (.xls) format is not the best for this, however, the requirement is for this format. I also would prefer to not have to open Excel and run code from there.
Anyone got any ideas on this one, as I'm stumped.
Thanks for anytime you put into this query,
Regards,
Fitz
Did you know, there are 10 types of people in this world:
* Those who understand binary
and
* Those who Don't!!