I learned recently that WordPad will wrap text if it is configured to
do so. Is yours set to wrap?
If not, I think the trick is going to be a matter of choosing one
output format or another, whether it's PRN or TXT or CSV or what, that
is compliant with the
VB program. This will require some
experimentation with the different formats. If you wind up using .TXT,
for instance, you can either revise the
VB code to look for a TXT file
or rename the file from myfile.TXT to myfile.PRN.
If it comes down to it, you could write a VBA routine to write the
values to a file.