+ Reply to Thread
Results 1 to 3 of 3

Automatic Sort

  1. #1
    Registered User
    Join Date
    07-19-2006
    Location
    Melbourne Australia
    Posts
    18

    Lightbulb Automatic Sort

    Can i get an area of a worksheet to auto sort highest to lowest when new amounts have been added in.
    I usually do this manually
    Thanx

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    You could record a simple macro.

    Then replace your range in VB Editor (Alt F11)

    e.g Range("A1:H23") with the text Range("A1").CurrentRegion.Select.

    then add a macro button (See link)

    http://www.mrexcel.com/tip068.shtml

    VBA Noob

  3. #3
    Dave Peterson
    Guest

    Re: Automatic Sort

    I don't like things too automatic.

    If you're running xl2003, you could apply data|filter|autofilter to the range
    and use the dropdown to sort by one of those fields.

    I like this technique from Debra Dalgleish's site:
    http://contextures.com/xlSort02.html

    It puts rectangles over the headers and then you can click on that rectangle to
    sort your data by that column.


    ferg wrote:
    >
    > Can i get an area of a worksheet to auto sort highest to lowest when new
    > amounts have been added in.
    > I usually do this manually
    > Thanx
    >
    > --
    > ferg
    > ------------------------------------------------------------------------
    > ferg's Profile: http://www.excelforum.com/member.php...o&userid=36519
    > View this thread: http://www.excelforum.com/showthread...hreadid=563135


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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