i have this script to copy a part of my excel as a picture image.

can you please let me know how to embed this image as body of outlook email.

Range("B" & start_row & ":M" & end_row).CopyPicture xlScreen, xlPicture
wrdDoc.Range.Pasteandformat 0
Set wrdDoc = Nothing
Set wrdApp = Nothing
End Sub