View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ssjody[_4_] ssjody[_4_] is offline
external usenet poster
 
Posts: 1
Default Simple Math Addition


Don't Laugh. I just need to know how to force a value in a textbox to
increase by a set amount when I click on a button. I know this code is
not right but it will give you the idea of what I want to do.

Private Sub CommandButton10K_Click()
Me.TextBoxMileageValue.Value Plus 10000
End Sub

When I click the CommandButton10K I just want the value in the
TextBoxMileageValue to increase by 10,000

How do I do that?

Thanks Jody


--
ssjody
------------------------------------------------------------------------
ssjody's Profile: http://www.excelforum.com/member.php...o&userid=33398
View this thread: http://www.excelforum.com/showthread...hreadid=563595