- export table to outlook from excel that is blackberry friendly
- "<table>" {"<tr>" {"<td>" value "</td>"}+ "</tr>"}+ "</table>"
- "<table>" {"<tr>" {"<td>" value "</td>"}+ "</tr>"}+ "</table>"
- With OutMail
- .BodyFormat = olFormatRichText
- ' rest of your code