I want to export an Excel worksheet to a space delimited (.prn) file. The worksheet is pretty big (187 columns) and when I set the column widths and try to export the worksheet to a .prn file, the data gets cut at the 98th column (i.e. about 200 characters wide for my data) and the rest is placed directly underneath.

It's like I ripped a page in half from top to bottom and placed the right-hand side directly under the left-hand side. How would I get it to export everything without getting concatenated?

link|improve this question
If you have some programming knowledge, it may be worth your while to write a VBA module to accomplish this (it would take no more then 30 lines of code). Otherwise, try exporting it as a comma-seperated file and then just opening the .CSV in Notepad and replacing all of the commas with spaces... – Breakthrough Jun 22 '11 at 2:40
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.