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.
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.
Try using OLE
OleCreateInstance("Word.Application")
then google CreateObject("Word.Application") page setup
and search this forum for some good tips.