Hi
I'm trying to generate content from xlsm to Outlook.
I found piece of code and it works, but still have some issues to solve.
I tried many solutions found on the internet, but probably due to not enough experience I can't manage.
Problems I can't solved are:
1. I would like to have transferred text in two parts: 1st (HtmlContent1) as a table without borders, 2nd (HtmlContent2) as a table with borders.
In below code, when I put "border=1 bordercolor=black" in 2nd part only it doesn't work, so I left this parameters in 1st part and at least have borders in whole content.
Q1: Why it doesn't work for separate parts?
2. I did many trials to have font size as expected, but it doesn't work. I have no idea what I'm doing wrong. I tried using "font Size" tag inside table, outside table with and without additional "".
Q2. How should I write this in the code? Having answer for this questions I would probably be able to set more parameters in a correct way.
I think those are two challenges I have write now.
Thank you in advance for your help.
Bookmarks