Hi Matchooo,
Your HTMLBody has to be one continuous string so if you want to send the info on sheet1 trying concatenating it all into one cell. In this file I added a column before the HTML with this function in A1:
=CONCATENATE(B1,B2,B3,B4,B5,B6,B7,B8,B9,B10,B11,B12,B13,B14,B15,B16,B17,B18,B19,B20,B21,B22,B23,B24,B25,B26,B27)
Then all you have to do is change:
Alternatively you can do the concatenation in the code to build the HTML string check this page for more info especially the RangeToHTML Macro - http://msdn.microsoft.com/en-us/libr...ffice.11).aspx
Depends if the length will change.
Bookmarks