View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Aalt Aalt is offline
external usenet poster
 
Posts: 4
Default How to print Worddocuments with Excel VBA

I often have to print a lot of word documents. I know how to print a lot of
Excel documents with a VBA macro. But how can I give in the filenames in a
Excel sheet and print the documents with Word.

So the complete action would be:
- give the variables in Excel
- open the documents in Word
- print the document
- close the document without saving
- open the next document

Can please somebody help me with this problem ?