Wango
August 12th, 2001, 03:02 PM
How can I programatically split a 4-page MS word 97/2000 document into single pages. I looked for some fuction in my C++/MFC code:
// _Document wrapper class
class _Document : public COleDispatchDriver
{
}
and failed miserably. I am now looking for solution in VB, probably create a component (that splits a doc into pages) and use that component in my C++ code.
// _Document wrapper class
class _Document : public COleDispatchDriver
{
}
and failed miserably. I am now looking for solution in VB, probably create a component (that splits a doc into pages) and use that component in my C++ code.