G
Gary
I am using VBA code to copy a visio object and paste it into power point.
I am using the command:
visApp.ActiveWindow.SelectAll (To select the visio objects)
visApp.activeWindow.Selection.Copy (To copy the visio object).
I follow these commands with the PasteSpecial Method to power point.
Immediately after doing the copy, a Clipboard promp comes up and I have to
indicate to save to clipboard to continue witht he pastespecial operation.
How do I disable the Clipboard Promp coming up??
How commands will I need to size the pasted object???
Thanks,
G
I am using the command:
visApp.ActiveWindow.SelectAll (To select the visio objects)
visApp.activeWindow.Selection.Copy (To copy the visio object).
I follow these commands with the PasteSpecial Method to power point.
Immediately after doing the copy, a Clipboard promp comes up and I have to
indicate to save to clipboard to continue witht he pastespecial operation.
How do I disable the Clipboard Promp coming up??
How commands will I need to size the pasted object???
Thanks,
G