VBA error when sending email

Hello everyone!
Excel file inserts image using vba, when sending email to others, the image does not display. How can others see the image inserted into the file? Please help.

Hi @phuc_trinh

Are you able to see the image which is inserted in the Excel…?

1 Like

Yes, I can see the inserted image, but when I send it to someone else, I can’t see it and it shows an error like the picture.

@phuc_trinh,

It must be because the file is being pasted as a path from the machine where it’s stored. So it will be visible on that machine only.

Try this approach if not used this one

Or this one

Thanks,
Ashok :slight_smile:

Okay @phuc_trinh

Instead of using the vb code can you try with the Excel activities. Open the below thread and you can find the whole process,

I tried with this it was showing the image to the Recipient user.

Hope it helps!!

I tried but I don’t know how to insert the specified image into the frame and resize it, insert it into sheet 2 too.

I tried but I don’t know how to insert the specified image into the frame and resize it, insert it into sheet 2 too.