@Geeks_DHi,
this is the first HTML
"<br><br>
TOTALS
"&"<br><br>
"&"<table style=width:100% border=2 cellpadding=5 style=border:1px solid black; border-collapse:collapse>
<tr>
<th>Family</th>
<th>QTY</th>
<th>CB (estim)</th>
<tr>
<td"
&"<tr>
<td style=text-align:center>"&ComboBox1_90.Selected.Value&"<td style=text-align:center>"&Label3_6
&"<td style=text-align:center>"&Label3_12&"<tr>
<td style=text-align:center>"&ComboBox1_91.Selected.Value&"<td style=text-align:center>"&Label3_7
&"<td style=text-align:center>"&Label3_13&
"<tr>
<td style=text-align:center>"&ComboBox1_92.Selected.Value&"<td style=text-align:center>"&Label3_8
&"<td style=text-align:center>"&Label3_14
this is the second
"<br><br>
Per Client and Item
"&"<br><br>
"&"<br><br>
"&"<br><br>
"&"<table style=width:100% border=2 cellpadding=5 style=border:1px solid black; border-collapse:collapse>
<tr>
<th>Client</th>
<th>Family</th>
<th>Product</th>
<th>Item</th>
<th>Payment/Comment</th>
<tr>
" & If(
!IsBlank(ComboBox1),
"<tr>
<td style=text-align:center>" & ComboBox1.Selected.Client & "</td>
<td style=text-align:center>" & ComboBox1_1.Selected.Value & "</td>
<td style=text-align:center>" & ComboBox1_2.Selected.'Family 3' & "</td>
<td style=text-align:center>" & QTY.Text & "</td>
<td style=text-align:center>" & PLIROMI.Text & "</td>
</tr>")
and the formula i use is
Office365Outlook.SendEmailV2(If(Or(REGION.Selected.Region="Region 1",REGION.Selected.Region="Region 2",REGION.Selected.Region="Region 6"),"vasiliki.tsioni@gr.timacagro.com","vasiliki.tsioni@gr.timacagro.com"),REGION.Selected.Region&" " &month.Text&" Monthly Forecast","Dear all please find below this month's sales forecast"&"<tr>"&HtmlText2.HtmlText& "<tr><td>"&"<br><br>"&HtmlText1.HtmlText,{CC:"vasiliki.tsioni@gr.timacagro.com"&"vasiliki.tsioni@gr.timacagro.com",IsHtml:true})
and the result

i managed to create the gap between them but is like the second html is on the firts column of the other . Can i adjust it?