Thread
:
Increment Cell Value by 1
View Single Post
#
5
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
Increment Cell Value by 1
From Control Toobox toolbar? If yes, right-click, view code, then:
Private Sub CommandButton1_Click()
Range("C2") = Range("C2") + 1
End Sub
Hth,
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet