I previously built Excel 2007 code to construct the body of an Outlook email in basic text format (I wasn't skilled enough to do anything fancier in html or RTF format). It polls each line and if it needs to be in the email it pulls out three cells and creates a row in the body of the email. The previous code vertically aligned the data in the email by padding spaces between the data to make it appear to be in a table; however due to the way Outlook 2010 handles text-formatted email (by defaulting now to a proportionally spaced font) this won't work anymore.
What I need is a better way to vertically align the data in a table-like format that doesn't really on font type and spaces. I assume I need to switch to an HTML or RTF email (RTF is preferred if possible). I'm struggling finding any useful help on line.
Can anyone provide me tips (or links) that would help me?
Thanks in advance!
What I need is a better way to vertically align the data in a table-like format that doesn't really on font type and spaces. I assume I need to switch to an HTML or RTF email (RTF is preferred if possible). I'm struggling finding any useful help on line.
Can anyone provide me tips (or links) that would help me?
Thanks in advance!