+ Reply to Thread
Results 1 to 2 of 2

Automatically sorting a list

  1. #1
    Registered User
    Join Date
    03-30-2006
    Posts
    1

    Automatically sorting a list

    Hi

    I was wondering if there was any way to have a spreadsheet automatically organised by a column when the spreadsheet is opened

    Very picky i know

    thanks in advance

  2. #2
    Peo Sjoblom
    Guest

    Re: Automatically sorting a list

    Record a macro while doing this and then put the macro in a workbook open
    event

    Private Sub Workbook_Open()
    'your code goes here
    End Sub


    --

    Regards,

    Peo Sjoblom

    http://nwexcelsolutions.com



    "fenlon" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I was wondering if there was any way to have a spreadsheet
    > automatically organised by a column when the spreadsheet is opened
    >
    > Very picky i know
    >
    > thanks in advance
    >
    >
    > --
    > fenlon
    > ------------------------------------------------------------------------
    > fenlon's Profile:
    > http://www.excelforum.com/member.php...o&userid=32998
    > View this thread: http://www.excelforum.com/showthread...hreadid=528229
    >




+ 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