Hi
Where can I to find a example VB6 that read Excel File and export to text file some columns, not equal CSV and can I to format some Data column ?
Tia
Printable View
Hi
Where can I to find a example VB6 that read Excel File and export to text file some columns, not equal CSV and can I to format some Data column ?
Tia
for reading the excel file see the tutorial for automating office applications in the faq thread at the top of office development forum
text files only store text, so you can only use spaces to position text within the file, no real formatting
Thank you
I found only Text To Excel, nothing about Excel to Textfile, but thank you for Tip