Disable Clipboard Pop-up

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top