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 Gypdude

  1. Gypdude

    Sorting In Excel

    This could tell you how many rows there are: t1$ = Cells(1, 1).Value row = 1 If t1$ <> &quot;&quot; Then row = 2 Do t1$ = Cells(row, 1).Value If t1$ = &quot;&quot; Then maxrow = row - 1 Exit Do Else row = row + 1 End If Loop End If

Part and Inventory Search

Back
Top