Quote:
To add 3 to cPI just write Table2.Cell("bot",0)=cPI+3
or Table2.Cell("bot",0) = Table2.Cell("bot",0)+3
|
Your right klaus.That is what I've been doing.
In my haste I seem to prematurely assumed cPI+3 was the one giving me problems and therefor was the culprit.I was wrong.
It is elsewhere in my code.I am looking for the troubled area as we speak.
By the way 15.916 was the PI of a random number I picket(50).
My bad.