API for MS Word (OpenInsight 32-bit Specific)
At 17 MAR 2011 12:29:48AM B.J. J Ray wrote:
Hello.
I'm interested in information about using api call's to manipulate page setup settings in Word.
Could anyone please help?
Thanks in advance B.J.
At 20 MAR 2011 06:53PM Eric wrote:
Which version of Word?
And what's the effect/result you're trying for?
You may find that you can generate an HTML document (or even a RTF) readily for use with Word, whereas writing a *.DOC from scratch as a binary string would probably be a tad complicated.
At 21 MAR 2011 12:00AM Barry Stevens wrote:
Try using OLE
OleCreateInstance("Word.Application")
then google CreateObject("Word.Application") page setup
and search this forum for some good tips.