How can I print an OLE object document?
I have tried ('Office' is an unbound OLE frame)
That just errors with
So I tried it when the document isn't 'activated' but that errors with
This KB :
Shows what I'm already doing other than the verb being Open and I'm using Show.
Why can't I print the word document from the OLE object?
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music
I have tried ('Office' is an unbound OLE frame)
Code:
Set oDoc = Me.Office.Object.Application
oDoc.PrintOut Background:=False
That just errors with
This method or property is not available because this document is being edited in another application
So I tried it when the document isn't 'activated' but that errors with
Automation Error : The object invoked has disconnected from it's clients.
This KB :
Shows what I'm already doing other than the verb being Open and I'm using Show.
Why can't I print the word document from the OLE object?
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music