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 dencom 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: LamerThanU
  • Content: Threads
  • Order by date
  1. LamerThanU

    Need help to speed up searching multidim arrays...

    Well i guess ill start with what code i have and work from there... zNum = 0 x2 = 0 y2 = 0 z2 = 0 Do Do Do myArray(x2, y2, z2) = zNum If zNum = txtNum.Text Then GoTo subEnd End If z2 = z2 + 1 zNum = zNum +...
  2. LamerThanU

    search and replace repeat values in a column?

    ok i have 1 column say "A" that is about 50 rows long and each cell has to be a unique number say 1 to 50. if there is a repeat number somewhere in the column how can i, using a button, search down repeats and make the value the next largest number in the column (eg. 51) then keep searching...
  3. LamerThanU

    How can i make a button count?

    what i need is to have the button (forms) count the number of times it has been pressed and only allow it to be pressed a certain number of times like 5 times for instance. then ill have it spit out a msgbox or something. i tried a couple things but im pretty new to VBA and didnt produce the...

Part and Inventory Search

Back
Top