Hi.
I have multiple strings stored in array like this:
I would like to create a body of an email with each string from the array on a separate line. How do i do that?![]()
For Each r In Myrange If r.Offset(, 10).Value <> "" Then i = i + 1 ReDim Preserve comment(i) comment(i) = r.Value & ", " & r.Offset(, 1).Value & " " & r.Offset(, 10).Value End If Next r
Bookmarks