Hi all!
I've a doubt, I insert an image from vb to Word using
Is possible insert the image from a picturebox? I created a QR in an PictureBox and need paste it in a Word File (If I can)
From already thanks
I've a doubt, I insert an image from vb to Word using
Code:
objWord.Selection.InlineShapes.AddPicture("Path_To_image\test.jpg")
From already thanks