Results 1 to 3 of 3

Thread: Copy Range into Powerpoint

Threaded View

slt_roopan Copy Range into Powerpoint 07-31-2013, 06:54 PM
slt_roopan Also forgot to mention that... 07-31-2013, 07:40 PM
Admin Hi If you want to copy a... 07-31-2013, 10:08 PM
Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Jul 2013
    Posts
    6
    Rep Power
    0

    Lightbulb Copy Range into Powerpoint

    HI - I'm a newbie to VBA, The code above is very useful. But I get an error in

    Copy_Paste_to_PowerPoint ppApp, ppSlide, Sheet1, Sheet1.ChartObjects(1).Chart, xl_Bitmap

    Error message is

    Run time error 1004
    Method 'ChartObjects' of object'_'worksheet' failed.


    Also I have the following questions to ask
    1. Do I have to use both the subroutines
    2. If I use only the top one "Sub Copy_Paste_to_PowerPoint() " , the macro still works and allows me to copy the excel - but not from the range I wanted to copy.

    Ref: Copy/Paste Excel Range/Chart into Powerpoint VBA

    Kindly advise.
    Last edited by Admin; 07-31-2013 at 09:51 PM.

Similar Threads

  1. Copy/Paste Excel Range/Chart into Powerpoint VBA
    By Admin in forum Excel and VBA Tips and Tricks
    Replies: 1
    Last Post: 03-13-2014, 02:59 PM
  2. Replies: 10
    Last Post: 06-20-2013, 12:21 AM
  3. Replies: 3
    Last Post: 05-14-2013, 03:25 PM
  4. Copy Table Range Till Last Row Using VBA
    By ivandgreat in forum Excel Help
    Replies: 2
    Last Post: 05-09-2013, 05:41 PM
  5. Trapping Copy To Range Before Copy/Cut Paste
    By Rasm in forum Excel Help
    Replies: 4
    Last Post: 04-07-2011, 07:48 PM

Posting Permissions

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