View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tizz Tizz is offline
external usenet poster
 
Posts: 1
Default Send data to Word document

This seems like a very easy task, but I just can't seem to get started. I
have an Excel spreadsheet that has lots of data. I want to programically
send data from the spreadsheet to the existing Word document.

Step 1: Open the file. The full path of the file is in cell A1.
Step 2: Export data. For instance, I need cell A5 data to be placed at the
bookmark named "Inflation." The data in cell A6 needs to be placed at the
bookmark named "Return"

Thanks for any help!!!