View Single Post
  #6   Report Post  
Marlis
 
Posts: n/a
Default

Private Sub TextBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean)
TextBox100.Value = TextBox100.Value + 1
End Sub

The last one I had not changed the second "1" This is the code I have copied
from the VB page. It still won't change numbers when double clicked.

Thank you

"Marlis" wrote:

How do I get a control box to increase in increments of one when it is
pushed. I have created an invoice, but I need control over the numbering. (
I don't want it to assign a number every time I print or save it.