D
Domenic
Hi,
I'm currently using the following macro to increment the invoice number
for my invoice template:
Counter1 = Range("H8").Value
Counter1 = Counter1 + 1
Range("H8").Value = Counter1
I'd like to change the numbering for these invoices so that they begin
with two letters, for example, AA0001, AA0002, etc.
How can the above code be modified so that it would increment the
alphanumeric invoice number accordingly?
Thanks!
I'm currently using the following macro to increment the invoice number
for my invoice template:
Counter1 = Range("H8").Value
Counter1 = Counter1 + 1
Range("H8").Value = Counter1
I'd like to change the numbering for these invoices so that they begin
with two letters, for example, AA0001, AA0002, etc.
How can the above code be modified so that it would increment the
alphanumeric invoice number accordingly?
Thanks!