Results 1 to 5 of 5

Can you make this code auto sort on sheet activate

Threaded View

  1. #1
    Registered User
    Join Date
    05-09-2011
    Location
    california
    MS-Off Ver
    Excel 2003
    Posts
    48

    Can you make this code auto sort on sheet activate

    Sub Macro1()
    '
    ' Macro1 Macro
    ' Macro recorded 6/14/2011 by Southwire
    '
    ' Keyboard Shortcut: Ctrl+Shift+S
    '
        Selection.Sort Key1:=Range("A1"), Order1:=xlDescending, Header:=xlGuess, _
            OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
    End Sub
    thanks

    Messiah
    Last edited by messiah166; 06-15-2011 at 11:44 PM.

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