Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi, I have a chart object in an excel sheet, that I have programmatically
exporting the chart to JPG file. I have a button the the page, that I have tied to VB MOD in the worksheet that does this: Dim chartObject As chartObject Set chartObject = Sheet3.ChartObjects(2) chartObject.Chart.Export GetFilePath(), "jpg", False Set chartObject = Nothing The export works fine and creates new images every time the user clicks on the button, but the problem is user is exporting the chart many times the chart image file starts to shrink in size? I am using Excel 2003. Has anyone out there had this problem, and if so what did they do to correct the issue? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Chart Images Will Not Show | Excel Discussion (Misc queries) | |||
export re-order input fields to export file [csv] | Excel Worksheet Functions | |||
eXcel 2000 export CSV with images | Excel Discussion (Misc queries) | |||
Export custom Macro Button Images | Setting up and Configuration of Excel | |||
Export custom Macro Button Images | Excel Discussion (Misc queries) |