Automatic numbering

  • Thread starter Thread starter Alain
  • Start date Start date
Alain,

A lot depends on how you want the build the number and when you want to
change it.

With a numeric number
Range("A1").Value = Range("A1").Value + 1

in your code will increment to the next number.

Post back if you have a more complex invoice number...
(with date, alpha-numeric, etc)
 
Back
Top