Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have some macro code that can get the Values of a listbox that is:
set lb = Activedocument.GetSheetObject(LB01)Values = lb.GetPossibleValues
Now I would like to do a similar thing for the Visible Values of a chart that is a straight table. ie Values = mychart.Column(x).Values
Anybody got the Syntax that I need please ?
I have the API.QVW but its a bit like a dictionary you need to know wht you are loooking for
ColinR