Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to produce consecutive numbering on a bill of sale type
worksheet, Can anyone help me? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See this:
http://mcgimpsey.com/excel/udfs/sequentialnums.html -- Biff Microsoft Excel MVP "John Z" <John wrote in message ... I am trying to produce consecutive numbering on a bill of sale type worksheet, Can anyone help me? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a particular point of time or 'event' when you want it to increment?
E.g. when you go to print? If so then the incrementation is quite simply added as part of the code that runs this. Even if you have recorded the macro, you can simply add as a last line before the 'End Sub': Range("B2") = Range("B2") + 1 Substitute the range that represents the cell where your invoice number lies. Alternatively you can attach this code to a button etc. Helpful? Then click Yes. "T. Valko" wrote: See this: http://mcgimpsey.com/excel/udfs/sequentialnums.html -- Biff Microsoft Excel MVP "John Z" <John wrote in message ... I am trying to produce consecutive numbering on a bill of sale type worksheet, Can anyone help me? . |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you Very much. That is exactly what i was looking for!
"T. Valko" wrote: See this: http://mcgimpsey.com/excel/udfs/sequentialnums.html -- Biff Microsoft Excel MVP "John Z" <John wrote in message ... I am trying to produce consecutive numbering on a bill of sale type worksheet, Can anyone help me? . |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can you elaborate? Show an example.
Ryan-- -- Ryan--- If this information was helpful, please indicate this by clicking ''Yes''. "John Z" wrote: I am trying to produce consecutive numbering on a bill of sale type worksheet, Can anyone help me? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can we produce an invoice from an Excel spreadsheet? | Excel Discussion (Misc queries) | |||
Consecutive page numbers on worksheets in Excel | Excel Discussion (Misc queries) | |||
How do I produce Automatic Quotation Numbers in Excel? | Excel Discussion (Misc queries) | |||
How do I in excel print consecutive numbers from one form? | Excel Discussion (Misc queries) | |||
How to print from consecutive numbers in excel w/o typing all? | Excel Worksheet Functions |