Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've created an invoice template for a business I'm starting up, and notice
that in Office 2000's templates their invoice lets you assign a unique number. I presume it's a macro, but don't know much about writing visual basic. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can't you modify that template? Then you will have that functionality.
To do it on your own could be complex if you are not familiar with Visual Basic. You could just keep a separate sheet where you have the numbers, and do a copy and paste to your invoice sheet. It isn't automatic, but maybe easier to maintain. -- Regards, Tom Ogilvy "Feltonblue" wrote in message ... I've created an invoice template for a business I'm starting up, and notice that in Office 2000's templates their invoice lets you assign a unique number. I presume it's a macro, but don't know much about writing visual basic. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the quick reply.
I can't get at the macro used in the sample template - it's password protected - otherwise I'd have just copied it. Looks like I might just have to do it manually. David "Tom Ogilvy" wrote: Can't you modify that template? Then you will have that functionality. To do it on your own could be complex if you are not familiar with Visual Basic. You could just keep a separate sheet where you have the numbers, and do a copy and paste to your invoice sheet. It isn't automatic, but maybe easier to maintain. -- Regards, Tom Ogilvy "Feltonblue" wrote in message ... I've created an invoice template for a business I'm starting up, and notice that in Office 2000's templates their invoice lets you assign a unique number. I presume it's a macro, but don't know much about writing visual basic. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I doubt it would be that easy to just copy it. I suspect that a lot of the
code is in a compiled DLL. But what I was suggesting was using the template provided with excel since that can be modified. -- Regards, Tom Ogilvy "Feltonblue" wrote in message ... Thanks for the quick reply. I can't get at the macro used in the sample template - it's password protected - otherwise I'd have just copied it. Looks like I might just have to do it manually. David "Tom Ogilvy" wrote: Can't you modify that template? Then you will have that functionality. To do it on your own could be complex if you are not familiar with Visual Basic. You could just keep a separate sheet where you have the numbers, and do a copy and paste to your invoice sheet. It isn't automatic, but maybe easier to maintain. -- Regards, Tom Ogilvy "Feltonblue" wrote in message ... I've created an invoice template for a business I'm starting up, and notice that in Office 2000's templates their invoice lets you assign a unique number. I presume it's a macro, but don't know much about writing visual basic. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to assign unique number to column duplicates? | Excel Worksheet Functions | |||
Assign unique auto-generated number | Excel Discussion (Misc queries) | |||
How do I assign a unique ID number to an invoice sheet I created? | Excel Worksheet Functions | |||
How do I assign a unique tracking number in excel? | Excel Worksheet Functions | |||
Assign Unique Number to an Excel Template | Excel Programming |