+ Reply to Thread
Results 1 to 6 of 6

Macro that autosorts

Hybrid View

  1. #1
    Registered User
    Join Date
    05-19-2015
    Location
    United States
    MS-Off Ver
    2010
    Posts
    4

    Macro that autosorts

    Private Sub Worksheet_Change(ByVal Target As Range)
    If Target.Column = 1 Then
    'Target.EntireColumn.Sort Key1:=Target, Order1:=xlAscending, Header:=xlGuess, OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
    Range("A5:A30").Sort Key1:=Target, Order1:=xlAscending, Header:=xlGuess, OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
    End If
    End Sub

    I have this code, that is doing roughly what I need it to which is in a5:a30 it auto sorts the column of "last name" alphabetically. I need to make it so that when it autosorts the last name it produces a blank row so I can continue to add new new information on column b-e which include first name and other such information.

    I guess another way to look at it would be autosorting rows up to 30 alphabetically by column A starting at row 5

    Thank you everyone for your time.
    Last edited by Leith Ross; 05-19-2015 at 11:36 AM. Reason: Added Code Tags

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: Macro that autosorts

    Hello Brandmire,

    Welcome to the Forum!

    It would be best if you post a copy of your workbook.

    Please change or redact any information that is confidential or sensitive before posting your workbook.

    How To Post Your Workbook
    1. At the bottom right of the Reply window, Click the button Go Advanced
    2. At the top of the Your Message Window, in the first row of icons, Click the Paperclip icon.
    3. Click the Add Files button at the top right in the dialog box. This displays the File Manager dialog.
    4. Click the Select Files button at the bottom middle of the dialog.
    5. In the new window Find the file you want to upload, select it, and Click Open.
    6. You will now be back in the File Manager dialog. Click the bottom Middle button Upload File.
    7. Wait until the file has completely uploaded before you exit the File Manager dialog.
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Registered User
    Join Date
    05-19-2015
    Location
    United States
    MS-Off Ver
    2010
    Posts
    4

    Re: Macro that autosorts

    I am actually unable too, I could post a sample but not the actual data. It is not classified, just protected information outside of my law enforcement facility. There is nothing on the sheet that is not protected by ICE laws or HIPA laws

  4. #4
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: Macro that autosorts

    Hello Brandmire,

    As long as the sample workbook is laid out the same as the original, that will suffice.

  5. #5
    Registered User
    Join Date
    05-19-2015
    Location
    United States
    MS-Off Ver
    2010
    Posts
    4

    Re: Macro that autosorts

    Super Squad.xlsm

    This is heavily redacted, but roughly similar in layout

  6. #6
    Registered User
    Join Date
    05-19-2015
    Location
    United States
    MS-Off Ver
    2010
    Posts
    4

    Re: Macro that autosorts

    This is now solved, I had my range wrong.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Using a macro on workbook1 to create a button in wb2 and assigning macro "wb2!macro"
    By penfold1992 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-13-2014, 11:39 AM
  2. [SOLVED] Macro to show Which macro didnt work in a nested macro
    By akhileshgs in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 06-10-2013, 03:21 AM
  3. Perform macro "on open" specific file- store macro in Personal Macro Workbook?
    By thompssc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-17-2012, 12:38 PM
  4. lookup macro, solver macro, realtime macro
    By xelhelp in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-02-2011, 06:14 PM
  5. Cannot find macro error when running a macro from a macro in a diffrent workbook.
    By Acrobatic82 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-05-2010, 09:22 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1