10-03-2008 04:45 AM - edited 10-03-2008 04:48 AM
Hi all,
I have problem with selecting a particular chart from a set of 5 charts in one sheet. After activating I need to write some series
into the chart's Y values for plotting. The chart is XY chart.
I tried to simulate this macro in Labview through activeX,
ActiveSheet.ChartObjects("Chart 2").Activate
ActiveChart.ChartArea.Select
It does not work. Initially chart 5 is activated.
Take a look at my attempt.
Also, see the excel attached. I need to select any chart from that group.
10-03-2008 05:13 AM - edited 10-03-2008 05:14 AM
Sorry about the picture. Here is the new one
10-03-2008 12:57 PM
10-05-2008 11:17 PM
Hey Micheal,
I tried doing that but the activate doesn't show up in the property or invoke nodes, strange!
So, I figured an another solution! I recorded macros to activate each sheet and then ran those macros from labview. That's it, it is working.
So, I guess macros come in handy!
Thanks anyways Micheal. Tata...