Results 1 to 3 of 3

Thread: Convert a Excel chart in Image

  1. #1
    Join Date
    Jan 2009
    Posts
    73

    Convert a Excel chart in Image

    Hello,

    I try to convert an excel graph in the image and automatically (because I have 140 to do) in a different slide ppt (140 therefore slides at the end).

    Could someone help me?

    Thank you!

  2. #2
    Join Date
    Oct 2008
    Posts
    172

    Re: Convert a Excel chart in Image

    Pressing shift when you click "Edit" to copy, it offers you to "copy image".

  3. #3
    Join Date
    Oct 2008
    Posts
    117

    Re: Convert a Excel chart in Image

    You have generated a chart in an Excel spreadsheet and you want to export as an image. A macro allows you to easily export the GIF graphics format of your choice.

    1. Open the workbook containing the chart export.
    2. Open the Developer tab.
    3. Click the Visual Basic.
    4. Click on the Insert menu and then click Module.
    5. Then copy the following lines:

      Code:
      Sub SauveGIF ()
      Fname = ThisWorkbook.Path & "\" & ActiveChart.Name & ".gif"
      ActiveChart.Export FileName:=Fname, FilterName:="GIF"
      End Sub
    6. Close the editor window of Visual Basic.
    7. In your workbook, click on the graph to be exported.
    8. Click Macros.
    9. In the window that opens, click the Run button to launch the macro Backup.
    10. The chart is saved in the folder where your workbook.

Similar Threads

  1. How to disable excel for taking empty cell in Excel chart
    By Hache hi in forum MS Office Support
    Replies: 2
    Last Post: 25-02-2012, 12:30 PM
  2. How to start Excel chart at zero
    By Hameeda-K in forum Windows Software
    Replies: 2
    Last Post: 05-01-2012, 04:38 PM
  3. Excel Function and Excel Chart Colors
    By Samarth in forum Windows Software
    Replies: 5
    Last Post: 13-01-2010, 08:16 PM
  4. How do i convert a gantt chart into a resource histogram?
    By Clarity in forum Microsoft Project
    Replies: 2
    Last Post: 28-09-2009, 01:11 PM
  5. Export OpenOffice Chart as Image on Ubuntu
    By KuNaLBuntU in forum Operating Systems
    Replies: 3
    Last Post: 31-07-2009, 05:55 PM

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
  •  
Page generated in 1,711,660,417.54231 seconds with 17 queries