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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: haig
  • Order by date
  1. haig

    Finding date one month from now in VBA function

    There's also the 'DateAdd' function it takes three parameters, == interval, number, date Function AddAYear(dType, dCount, DateToIncrement) As Variant AddToDate = DateAdd(dType, dCount, DateToIncrement) End Function Interval is a string for the type of increment "m" for month...

Part and Inventory Search

Back
Top