ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   set increment increase in invoice number it (https://www.excelbanter.com/excel-discussion-misc-queries/58218-set-increment-increase-invoice-number.html)

tiredstudent

set increment increase in invoice number it
 
I am trying to get my invoice to increase in numbers incrementally but I have
not been able to find the method used. Any suggestions?

Paul B

set increment increase in invoice number it
 
tiredstudent,

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
--
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


"tiredstudent" wrote in message
...
I am trying to get my invoice to increase in numbers incrementally but I
have
not been able to find the method used. Any suggestions?





All times are GMT +1. The time now is 04:51 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com