I do not consider myself a programmer, simply an excel user.
Using Excel for our golf club the following macro is employed:
Sub EnterPoints()
Dim TodaysPoints As Integer
Dim NewPoints As Integer
Dim CurrentPoints As Integer
If (Range("B4") <> "") And (Range("A4") <> "") Then
TodaysPoints =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.