Hi vb masters,
I need to change the value of text2 as per following condition :-
I want to loop this condition from 0.05 to 999.05, how can I do it. Plz help me on the way.Code:If Text1.Text = 0.05 Then Text2.Text = 1 If Text1.Text = 1.05 Then Text2.Text = 1 If Text1.Text = 2.05 Then Text2.Text = 1 If Text1.Text = 3.05 Then Text2.Text = 1
Regards.




Reply With Quote
