Save image to word document

S

sympatico

I have an image on vb form which i need to send to word document along with
text programmatically. Is it possible through clipboard. kindly help me.

thanks in advance
 
N

Norm Dresner

sympatico said:
I have an image on vb form which i need to send to word document along with
text programmatically. Is it possible through clipboard. kindly help me.

Well, there's a multi-step workaround.
1. In VB, save the image to the clipboard (assuming you have a way to do
this already)
2. In Microsoft Paint (or any other suitable graphics program), paste
the clipboard into the current image and save it to a file
3. In Word, insert the image from the file

Norm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top