According to VBA Help, the Print # statement writes "display-formatted data
to a sequential file". And, "Unlike the Print # statement, the Write #
statement inserts commas between items and quotation marks around strings as
they are written to the file. You don't have to put explicit delimiters in
the list."
There are numerous other differences and you can see all of them by opening
VBA Help and selecting the Table of Contents. Then, click the topic,
"Visual Basic Language Reference" and the sub-topic "Statements".
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.