johnlopez2000
Programmer
I am creating a report from some data in Matrix. The long and short of it is that I need to write this to CSV, and then launch MSExcel with the data in it.
Where I am having issues is with the need to embed a newline after some data in a given cell.
You can do this manually in Excel by keyin some text, then <alt><enter>. The ASCII code for this is \034
However, when I attempt a substitution of the data delimeter with \034, all i get is the text string with a slash and 034, not the needed <alt><enter>.
Thanks
John Lopez
Enterprise PDM Architect
lopez.john@goodrich.com
Where I am having issues is with the need to embed a newline after some data in a given cell.
You can do this manually in Excel by keyin some text, then <alt><enter>. The ASCII code for this is \034
However, when I attempt a substitution of the data delimeter with \034, all i get is the text string with a slash and 034, not the needed <alt><enter>.
Thanks
John Lopez
Enterprise PDM Architect
lopez.john@goodrich.com