I regularly receive emails in Outlook 2007 with text in the mail body. If I copy/paste the body into a text editor, the text file retains the original line lengths (in this case up to 131 characters). However if I use File/"Save as" to a text file, Outlook inserts line breaks at or near char. 72 (at the nearest breaking character or space?); the same happens in a VBA macro, which is what I want to use to automate the process for the users. I have tried "Array() = Split(<emailbody> vbCRLF)" to create an array of text lines, but that creates an empty array (no vbCRLF it seems).
Any ideas and/or suggestions would be most welcome.
Any ideas and/or suggestions would be most welcome.