B
bruno
From within a VBA MsAccess application I:
- open a Visio document,
- selectAll objects,
- copy to clipboard
- open a Word Document
- Paste : "wDoc.Selection.PasteAndFormat wdPasteEnhancedMetafile"
I get a run-time error "4605 Command not available"
If I change the Paste statement as "wDoc.Selection.Paste" I have no
problems, but I don't like this, because I need to copy an Image of the Visio
Page.
Can any body help me?
Thanks
- open a Visio document,
- selectAll objects,
- copy to clipboard
- open a Word Document
- Paste : "wDoc.Selection.PasteAndFormat wdPasteEnhancedMetafile"
I get a run-time error "4605 Command not available"
If I change the Paste statement as "wDoc.Selection.Paste" I have no
problems, but I don't like this, because I need to copy an Image of the Visio
Page.
Can any body help me?
Thanks