Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Peter.
I use the commands below for accessing a chart in OLE object. Dim exl_chrt As Excel.Chart Set exl_chrt = ole_excel_chart.object.Charts(1) My existing procedures had a parameter to CHARTOBJECT instead of CHART. That's why I was trying to retrieve the CHARTOBJECT from the 2 types of charts I was creating. I changed parameter to be CHART and retrieve chart object for both charts and it works. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Method 'Height' of object 'ChartObject' failed | Excel Programming | |||
Select chart object in Excel 2007 | Excel Programming | |||
Using Microsoft Excel Chart object in VB6 | Charts and Charting in Excel | |||
Confusion about how the Window object fits into the Excel object model | Excel Programming | |||
Find and replace data in an Excel chart object | Charts and Charting in Excel |