View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default Create Word Document from Excel

Do it all in Excel. There are free invoice templates available for download
from the MS site or make up your own.

--
Don Guillett
SalesAid Software

"Arun" wrote in message
...
I've Invoice Data in Excel and I would like to create a word document when

I
press Create Invoice button of shortcut key.

I'm able to create a word application and open a new document and start
filling in the data. However, I want to use a Word Template and fill in

the
data at specific location. like Invoice No. in the Table Cell at Top Right
Corner and Invoice Date 1 Cell below, etc.

What is the best approach, I definitely do not want to use mail merge. I
currently use mail merge.

Thanks in Advance