View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Daidal Daidal is offline
external usenet poster
 
Posts: 1
Default Get data from a word document

I have an Excel macro that opens two word documents. I want to be able to
select text from one word document and paste it into the second word document.

How do I do it?

I tried using the Range function but I keep getting a Type missmatch error
(13).

TIA.