Supressing CHR13 or vbCr write in text file

  • Thread starter Edwin Niemoller
  • Start date
E

Edwin Niemoller

Hello group,

2nd attempt different formulation

When writing a text file from VBA windows default ends a line with hex 0A
and 0D (LF an CR)

I need to prepare a UNIX format with only Hex 0A (linefeed) at the end.

Can this be done from VBA and thus not needing a conversion like UNIXtoDOS
afterwards?

Thanks for your thoughts

Edwin
 

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