PDA

View Full Version : Solved: Paste from clip board



enfantter
06-25-2008, 01:39 AM
Hi all,

Im doing a code which i would like to paste graphs from the clip board.
I have a code which works, but is rather slow,
ActiveWindow.View.PasteSpecial
I was thinking that maybe i am able to alter the code so that i was using something else that ActiveWindow?!

/Enfant Terrible

John Wilson
06-26-2008, 04:42 AM
I don't understand what you mean. Does the code run very slowly or do you mean you need to move to the active window each time.

You could use:
ActivePresentation.Slides(xx).Shapes.PasteSpecial
to paste to a specific slide but I don't think it would run any faster.