+ Reply to Thread
Results 1 to 3 of 3

change order of graphs when using macro to export all excel charts to powerpoint

  1. #1
    Registered User
    Join Date
    04-14-2014
    Location
    London, UK
    MS-Off Ver
    Excel 2007
    Posts
    2

    change order of graphs when using macro to export all excel charts to powerpoint

    Hi all,

    I've been using a VBA code to look through my spreadsheet and find any graphs in any tab and move it to powerpoint. I have about 70 tabs with 7 graphs each.
    Issue I have is that the order of the graphs in the slidepack isn't in the same as found on each excel tab.
    I also tried renaming them (chart1-chart7) but problem still remains.
    Has anybody have any suggestions? Really appreciate any help. Thanks

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: change order of graphs when using macro to export all excel charts to powerpoint

    I guess that you are hoping for charts to be read left to right and then top to bottom. If so, you can get the cell number like this

    Please Login or Register  to view this content.
    Sorting by this would then give you the desired order.
    Martin

  3. #3
    Registered User
    Join Date
    04-14-2014
    Location
    London, UK
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: change order of graphs when using macro to export all excel charts to powerpoint

    Quote Originally Posted by mrice View Post
    I guess that you are hoping for charts to be read left to right and then top to bottom. If so, you can get the cell number like this

    Please Login or Register  to view this content.
    Sorting by this would then give you the desired order.
    Hi Martin,
    Thank you for your quick response! Much appreciated! However my VBA knowledge is limited and I am having trouble to integrate your solution in my code.
    I attached the code below. If you could suggest where exactly to put your statement would be great. Thanks

    Please Login or Register  to view this content.
    Thanks again

  4. #4
    Registered User
    Join Date
    04-14-2014
    Location
    London, UK
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: change order of graphs when using macro to export all excel charts to powerpoint

    Quote Originally Posted by mrice View Post
    I guess that you are hoping for charts to be read left to right and then top to bottom. If so, you can get the cell number like this

    Please Login or Register  to view this content.
    Sorting by this would then give you the desired order.
    Hi Martin,
    Thank you for your quick response! Much appreciated! However my VBA knowledge is limited and I am having trouble to integrate your solution in my code.
    I attached the code below. If you could suggest where exactly to put your statement would be great. Thanks

    Please Login or Register  to view this content.
    Thanks again

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Excel macro to export Graphs to Powerpoint
    By akhileshgs in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-10-2013, 02:16 AM
  2. Copy excel charts/graphs to Powerpoint with/without copying worksheet
    By ThomasCarter in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 11-12-2012, 09:05 AM
  3. [SOLVED] I need to export charts on individual pages from Excel to Powerpoint?
    By ssands in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-24-2012, 02:48 PM
  4. 12 Month Rolling Bar Charts and Export to PowerPoint
    By ayd221 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-09-2012, 12:34 AM
  5. Replies: 0
    Last Post: 03-20-2007, 07:03 AM

Tags for this Thread

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1