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 Chriss Miller 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: Sheeny
  • Content: Threads
  • Order by date
  1. Sheeny

    Inserting a row alphabetically

    Hi Im not quite sure what Im doing wrong... Based on a value in a list box, I want to insert a row in the proper alphabetical order. This is what I have: Private Sub CmdUpdateNew_Click() Sheet2.Activate Sheet2.Range("A4").Select For i = 4 To Range("A65536").End(xlUp).Row If...

Part and Inventory Search

Back
Top