Hi. I'm trying to develop an application based on lots of OLE automation, mainly generating documents on a OLE object and then saving them to a .doc format. ie first I generate the document on a OLE object, let the user edit something if he wants and then save it to a .doc file.
Anyway I've noted that some commands aren't available for the OLE object edition. In my case I need to add some footnotes on my document, but this isn't accessible on a OLE object. Is there any way to have access to this functions on a OLE object or are they only available to me if I open word with createobject("Word.Application"
?
Any help is appreciated.
Anyway I've noted that some commands aren't available for the OLE object edition. In my case I need to add some footnotes on my document, but this isn't accessible on a OLE object. Is there any way to have access to this functions on a OLE object or are they only available to me if I open word with createobject("Word.Application"
Any help is appreciated.