regis
January 27th, 2000, 02:42 PM
I puted graph in my form1 "Microsoft Excel Chart" and I would like to change data in graph but I don't know what can I do that.
I try with:
Chart1.Worksheet("sheet1").Select
Chart1.Activesheet.Cells(2, 3).value = 10
or
Chart1.sheet1....
or
Chart1. ??? but not succes because each time I recieved this error "method or data member not found"
In the object I have one graph and one sheet. The graph was make with data in sheet1 and I will like to change data in Sheet1 but how?
Who can help me?
Thanks
Redg
I try with:
Chart1.Worksheet("sheet1").Select
Chart1.Activesheet.Cells(2, 3).value = 10
or
Chart1.sheet1....
or
Chart1. ??? but not succes because each time I recieved this error "method or data member not found"
In the object I have one graph and one sheet. The graph was make with data in sheet1 and I will like to change data in Sheet1 but how?
Who can help me?
Thanks
Redg