calling all VBA heads
Posted by Jim on June 21, 2001 4:16 PM
I have code on commandbutton_Click()
In this line of code i want the subtraction to take place
only once and then follow the rest of the code I.E.:
If[g17] > 0 Then
[G23].Value = [G23] - [G17](Only subtract G17 once then
Else
Blah, Blah, Blah
Any help is appreciated
Jim