I thought that putting a semi-colon after the variable in a Print statement suppressed the vbNewLine but when I looked at the file using a hex dump I see &H0D &H0A after every line.
How do I write each line out to a file with only a &H0A after each line and no &H0A after the last line?
How do I write each line out to a file with only a &H0A after each line and no &H0A after the last line?