D
David Mueller
I'm trying to split a single document into multiple documents. Specifically,
each page must be it's own document. I'm savvy with VBA for MS Access - but
these Word objects are killing me.
I've seen examples in the news groups that don't seem to be working for me -
I must be missing something. I can accidentally select the first page (from
code I saw in the group), but not subsequent pages.
I can do a For Next Loop for each page in the document. I can navigate to
each page in the document... I can't seem to select it.
Not sure if I should be using the Select or Range object, or both.
Any help appreciated.
Thanks.
each page must be it's own document. I'm savvy with VBA for MS Access - but
these Word objects are killing me.
I've seen examples in the news groups that don't seem to be working for me -
I must be missing something. I can accidentally select the first page (from
code I saw in the group), but not subsequent pages.
I can do a For Next Loop for each page in the document. I can navigate to
each page in the document... I can't seem to select it.
Not sure if I should be using the Select or Range object, or both.
Any help appreciated.
Thanks.