ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   IS THERE A AUTO TEMPLATE FOR INVOICES (https://www.excelbanter.com/new-users-excel/63899-there-auto-template-invoices.html)

ej

IS THERE A AUTO TEMPLATE FOR INVOICES
 
Is there a template available that would fill in invoice numbers autmatically
when opened with a new number?

Paul B

IS THERE A AUTO TEMPLATE FOR INVOICES
 
ej,
A simple way would be to use something like this, in an open 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

"ej" wrote in message
...
Is there a template available that would fill in invoice numbers

autmatically
when opened with a new number?





All times are GMT +1. The time now is 01:56 PM.

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