J
Jerry Hansen
I want to export a chart from excel X, change the underlying range for
the chart, export the chart, change the values, export the chart...for
about 4,000 separate sets of data. Then I'm going to import them as
clips into iMovie. I tried using the export method of chart.
ActiveSheet.ChartObjects("Chart 1").Activate
ActiveChart.Export _
FileName:="Myfilename.JPEG", FilterName:="JPEG"
It didn't work. 'Runtime error -1004' Method 'Export' of object '
Chart' failed
I checked my Graphics Filters folder, and there aren't any export
filters in it. Are there supposed to be? If so, where do I get
them...I tried looking on the Office CD, and at Microsoft.com...no
luck.
Another problem. The chart doesn't update until the VBA code is
finished running. How do I get the chart to refresh inbetween exports
(during code execution)?
the chart, export the chart, change the values, export the chart...for
about 4,000 separate sets of data. Then I'm going to import them as
clips into iMovie. I tried using the export method of chart.
ActiveSheet.ChartObjects("Chart 1").Activate
ActiveChart.Export _
FileName:="Myfilename.JPEG", FilterName:="JPEG"
It didn't work. 'Runtime error -1004' Method 'Export' of object '
Chart' failed
I checked my Graphics Filters folder, and there aren't any export
filters in it. Are there supposed to be? If so, where do I get
them...I tried looking on the Office CD, and at Microsoft.com...no
luck.
Another problem. The chart doesn't update until the VBA code is
finished running. How do I get the chart to refresh inbetween exports
(during code execution)?