Dear All,
I am trying to copy cell value, which has linked to website,from Excel sheet and paste it into email body. While all other paste functionis working however hyperlink is not pasted so I am not able to select the cell.
Please see the below code:
.HTMLBody = "Dear " + Cells(i, 8) + ","_
+"<br>" _
+"<br>" _
+"<b>" + "Client Name: " + "</b> " +Cells(i, 3) + "<br>" _
+ "<b>" + "Engagement:" + "</b> " + Cells(i, 5) + "<br>" _ helprequired on this line
+"<b>" + "AML Folder reviewed: " +"</b>" + Cells(i, 6) + "<br>" +"<br>" _
+ "Aquality review by xxxxxxxx of the above AML Folder, used to support your xxxxxx, has identified the following gaps, which must now be urgently rectified toensure compliance with xxxxxxx : " + "<br>" +"<br>" + "<br>" _
+"<b>" + "<u>" + "Information to begathered:" + "</b>" + "</u>" +"<br>" + "<br>" _
+ Cells(i,10)
Thanks for your help.
Warm regards,
Switto
Last edited: