MS Word API - EXISTS?

D

dev2

I'm looking for an API to allow me to programatically an
MS word doc. Does such an API exist?

TIA

dev2
(e-mail address removed)
 
J

Jezebel

You program Word by creating an object reference to it. In VB/VBA, either
add a project reference to the Word library, or use
CreateObject("Word.Application").
 

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