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: *

  1. Sheeny

    Inserting a row alphabetically

    Thanks but no thats not quite what I need... Is there a way I could add to the bottom of the list and then alphabetically sort? Would the data in columns beside it be sorted with the data, or would they remain in hteir previous positions? Im using Excel 2000. Thanks.
  2. 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