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
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