space delimited!!

G

Guest

could anybody tell me how to save the file in the formatt, .prn using the
file type, formated space delimited, (by using vba)?...i tried to use
workbooks.save(path and filename), it saves it as prn, but dos does not read
it, so, i wanted to know how to save the file, as the file type, prn.
 
D

Doug Kanter

Jason said:
could anybody tell me how to save the file in the formatt, .prn using the
file type, formated space delimited, (by using vba)?...i tried to use
workbooks.save(path and filename), it saves it as prn, but dos does not
read
it, so, i wanted to know how to save the file, as the file type, prn.

Record a macro while you're going through the steps manually. Then, edit the
macro, if necessary, to make it more generic.
 
G

Guest

Doug Kanter is on the right track for a simple solution.

While recording,
File >> Print ... checkmark the Print to File box
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top