+ Reply to Thread
Results 1 to 2 of 2

Exporting EXCEL Graphs as .gif (image file) using VBA or VB

  1. #1
    haresh7263
    Guest

    Exporting EXCEL Graphs as .gif (image file) using VBA or VB


    I am working on a Assignment where I am supposed to provide a facility
    of Exporting the Graph as a .gif image. Sort of SaveAs...

    A working code snippet would be really helpful.....

    Code could be VBA or VB


    --
    haresh7263Posted from http://www.pcreview.co.uk/ newsgroup access


  2. #2
    Tim Williams
    Guest

    Re: Exporting EXCEL Graphs as .gif (image file) using VBA or VB

    ActiveSheet.Chartobjects(1).Chart.Export ThisWorkbook.Path &
    "\test.gif", "GIF"

    Tim


    "haresh7263" <haresh7263.1rzdoa@> wrote in message
    news:uaidnQ8M5agWWkzfRVn_vg@giganews.com...
    >
    > I am working on a Assignment where I am supposed to provide a
    > facility
    > of Exporting the Graph as a .gif image. Sort of SaveAs...
    >
    > A working code snippet would be really helpful.....
    >
    > Code could be VBA or VB
    >
    >
    > --
    > haresh7263Posted from http://www.pcreview.co.uk/ newsgroup access
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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