copy content from doc B to doc A (w 2007)

A

aglup

Hi there

is there a way to have a macro that copies the selected text in doc B
into doc A (where the curson is blinking in A). Both documents are open.

thanks
 
D

DaveLett

Hi aglup,
There are a LOT of ways this could be done. Here's one:

Selection.Copy
Documents("Name of your document").Activate
Selection.Paste
 

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