Hi all ...
I need to know how I can solve an equation using excel macro
The equation is complex and have so much constants related to textboxes and cells .... and I will give a simple example
I have known values in column C and I need the values of Variable x
for i=3 to 25
cells(i,"C")=x*(x-sin(x))
Next i

I wish your advice and thanks anyway ....