Results 1 to 6 of 6

Macro that autosorts

Threaded 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

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