Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
How do you refer to certain data points within a certain expression in a chart.
Any help would be appreciated.
Thanks
Hi
Just to give an update I have used the following code which refers to the cells.
sub
chartloopset
obj = ActiveDocument.GetSheetObject( "CH2" )set
cp = obj.getpropertiesFor RowIter = 1 to obj.GetRowCount-1
set
msgbox (cell.Text)
cell = obj.GetCell(RowIter,1)next
subHi
Just to give an update I have used the following code which refers to the cells.
sub
chartloopset
obj = ActiveDocument.GetSheetObject( "CH2" )set
cp = obj.getpropertiesFor RowIter = 1 to obj.GetRowCount-1
set
msgbox (cell.Text)
cell = obj.GetCell(RowIter,1)next
subHi
Just to give an update I have used the following code which refers to the cells.
sub
chartloopset
obj = ActiveDocument.GetSheetObject( "CH2" )set
cp = obj.getpropertiesFor RowIter = 1 to obj.GetRowCount-1
set
msgbox (cell.Text)
cell = obj.GetCell(RowIter,1)next
sub