Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Using Powerbuilder, I get an the following error:
Error accessing external object property xvalues at line 88...... My code is very simple: ole_excel.Worksheets(l_engine).Activate //Ok ole_excel.ActiveSheet.ChartObjects(1).Activate //Ok ole_excel.ActiveChart.ChartTitle.Characters.Text = "Engine " + string(l_engine) //Ok ole_excel.ActiveChart.SeriesCollection(1).XValues = "=Engine"+ string(l_engine) + "!R2C1:R2C" + string(l_values) //Error!!! I have Microsoft Office 2003 Installed in my machine. Why I could not access XValues of SeriesCollection. Have tried doing it running a macro in Excel directly with no luck. Any help would be gladly apreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
XValues Property and 400 Error | Charts and Charting in Excel | |||
Unable to set the XValues property of the Series class | Charts and Charting in Excel | |||
ddm enable/disable: Object doesn't support this property, my a** it doesn't | Excel Discussion (Misc queries) | |||
Unable to set the XValues property of the Series class | Charts and Charting in Excel | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) |