VBA paste clipboard picture

F

FGM

Word 2002; windows 2000

Having a new document open and pressing a command button to run my VBA
command: it opens a master document and copies a picture of a signature off
the master document to the clipboard. It closes the master document and
returns the new document letter that I am writing. It pastes the signature
to the new letter.

The problem is that it does not paste it where my cursor is. It pastes it
at the top of the document. Is there something in my coding that would tell
it to paste it at the insertion point.

Thank you in advance...
 
J

Jezebel

Hard to say without seeing the code. Selection.Paste is normally what you
want. A simpler method is to define the signature image as an autotext entry
in the letter template.
 
F

FGM

How do you define an image asan autotext entry?

Jezebel said:
Hard to say without seeing the code. Selection.Paste is normally what you
want. A simpler method is to define the signature image as an autotext entry
in the letter template.
 
J

Jezebel

Same way you define any other AutoText entry. Insert the image into a
document, select it, go to Insert > AutoText ...
 

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