Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nuttygolfer

  1. nuttygolfer

    Data Update

    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 =...

Part and Inventory Search

Back
Top