+ Reply to Thread
Results 1 to 5 of 5

Sequential Numbering

  1. #1
    Tom
    Guest

    Sequential Numbering

    I would like to know the formula for making a cell be able to do sequential
    numbering such as for purchase orders.

  2. #2
    Paul B
    Guest

    Re: Sequential Numbering

    Tom,

    A simple way would be to use something like this, you could assign it to a
    button, an open or before print event.

    Sheets("Sheet1").Range("A1").Value = _

    Sheets("Sheet1").Range("A1").Value + 1



    For other ways to do this or if this is going to be used in a temple have a
    look here

    http://www.mcgimpsey.com/excel/udfs/sequentialnums.html



    And if you are new to macros you may also what to have a look here on
    getting started with macros

    http://www.mvps.org/dmcritchie/excel/getstarted.htm


    --
    Paul B
    Always backup your data before trying something new
    Please post any response to the newsgroups so others can benefit from it
    Feedback on answers is always appreciated!
    Using Excel 2002 & 2003


    "Tom" <[email protected]> wrote in message
    news:[email protected]...
    >I would like to know the formula for making a cell be able to do sequential
    > numbering such as for purchase orders.




  3. #3
    cschiller1
    Guest

    Re: Sequential Numbering



    Paul B wrote:

    > Tom,
    >
    > A simple way would be to use something like this, you could assign it to a
    > button, an open or before print event.
    >
    > Sheets("Sheet1").Range("A1").Value = _
    >
    > Sheets("Sheet1").Range("A1").Value + 1
    >
    >
    >
    > For other ways to do this or if this is going to be used in a temple have a
    > look here
    >
    > http://www.mcgimpsey.com/excel/udfs/sequentialnums.html
    >

    Is this a religious thing?


  4. #4
    Harald Staff
    Guest

    Re: Sequential Numbering

    Hi

    A worksheet formula can't handle that itself, you need some code solution.
    See
    http://www.mcgimpsey.com/excel/udfs/sequentialnums.html

    HTH. Best wishes Harald

    "Tom" <[email protected]> skrev i melding
    news:[email protected]...
    > I would like to know the formula for making a cell be able to do

    sequential
    > numbering such as for purchase orders.




  5. #5
    Harald Staff
    Guest

    Re: Sequential Numbering

    "cschiller1<at>earthlink.net earthlink.net >" <"cschiller1<at> skrev i
    melding news:[email protected]...
    > > http://www.mcgimpsey.com/excel/udfs/sequentialnums.html
    > >

    > Is this a religious thing?


    Most things are. Or almost none. Depending on how you look at it.

    HTH. Best wishes Harald



+ 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