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 Mike Lewis 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: dreid
  • Order by date
  1. dreid

    How can i see if there is any integer in a textbox?

    Krusty, Drop this code snippet into a class module and your problem is solved. Public Function Tester(vData As String) As Boolean Dim iTrac As String Dim i As Integer Dim iLen As Integer Dim iPos As Integer iLen = Len(vData) iPos = 1 Do While i < iLen iTrac = Mid(vData, iPos, 1)...

Part and Inventory Search

Back
Top