Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My excel speadsheet at work has 2 charts on it and I need
to send them out to my colleagues does anyone know any vb to have a button which will create 2 files on my desktop which are images containing the two charts? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Look the export method of the Chart object.
-- Regards, Tom Ogilvy "Lynda" wrote in message ... My excel speadsheet at work has 2 charts on it and I need to send them out to my colleagues does anyone know any vb to have a button which will create 2 files on my desktop which are images containing the two charts? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Tom how would I do that in Visual basic code I
have never used it before. All I need is a button. I can get that from the form toolbar but I dont know how to find export on the menu. -----Original Message----- Look the export method of the Chart object. -- Regards, Tom Ogilvy "Lynda" wrote in message ... My excel speadsheet at work has 2 charts on it and I need to send them out to my colleagues does anyone know any vb to have a button which will create 2 files on my desktop which are images containing the two charts? . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There is no export menu I don't believe. I said Export METHOD. Anyway, see
Don Guillet's post . He provided sample code. -- Regards, Tom Ogilvy "lynda" wrote in message ... Thanks Tom how would I do that in Visual basic code I have never used it before. All I need is a button. I can get that from the form toolbar but I dont know how to find export on the menu. -----Original Message----- Look the export method of the Chart object. -- Regards, Tom Ogilvy "Lynda" wrote in message ... My excel speadsheet at work has 2 charts on it and I need to send them out to my colleagues does anyone know any vb to have a button which will create 2 files on my desktop which are images containing the two charts? . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Export Org chart as image | Charts and Charting in Excel | |||
Image Export - Org Chart | Excel Worksheet Functions | |||
Export Pie Graph Chart as Image | Excel Discussion (Misc queries) | |||
How to save a bar chart as an image file programmatically? | Excel Programming | |||
Export the worksheet background image as an image file - possible? | Excel Programming |