P pistol New Member Aug 26, 2012 #1 Hello Can stock charts that are already made up, be inserted,imported, copied into excel/ Thanks
M mercatog New Member Aug 26, 2012 #2 Hi pstol You can export charts as image For exemple, if you have a chartobject in your active worksheet, this code will export the chart into the folder where your workbook is stocked [pre] Code: Sub ExportChartObject() ActiveSheet.ChartObjects(1).Chart.Export ThisWorkbook.Path & "MyChart.gif" End Sub [/pre] Regards
Hi pstol You can export charts as image For exemple, if you have a chartobject in your active worksheet, this code will export the chart into the folder where your workbook is stocked [pre] Code: Sub ExportChartObject() ActiveSheet.ChartObjects(1).Chart.Export ThisWorkbook.Path & "MyChart.gif" End Sub [/pre] Regards