Consulting

Results 1 to 2 of 2

Thread: Solved: Paste from clip board

  1. #1

    Solved: Paste from clip board

    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,
    [VBA]ActiveWindow.View.PasteSpecial[/VBA]
    I was thinking that maybe i am able to alter the code so that i was using something else that ActiveWindow?!

    /Enfant Terrible

  2. #2
    VBAX Master
    Joined
    Feb 2007
    Posts
    2,094
    Location
    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:
    [vba]ActivePresentation.Slides(xx).Shapes.PasteSpecial[/vba]
    to paste to a specific slide but I don't think it would run any faster.
    Last edited by John Wilson; 06-26-2008 at 11:46 AM.
    John Wilson
    Microsoft PowerPoint MVP
    Amazing Free PowerPoint Tutorials
    http://www.pptalchemy.co.uk/powerpoi...tutorials.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •