Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Automatic numbering

How can I make an automatic numbering for a cell used
for Invoice number (as an example)


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 576
Default Automatic numbering

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)
--
sb
"Alain" wrote in message
...
How can I make an automatic numbering for a cell used
for Invoice number (as an example)




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatic numbering Melanie needs help Excel Discussion (Misc queries) 2 October 13th 08 11:22 PM
Automatic numbering jennjenn Excel Discussion (Misc queries) 1 August 28th 07 08:42 PM
automatic numbering Michael1959 Excel Worksheet Functions 1 July 25th 05 08:41 PM
Automatic Numbering. Javster95 Excel Discussion (Misc queries) 0 April 30th 05 07:37 PM
automatic numbering nicola Excel Discussion (Misc queries) 1 November 29th 04 02:01 PM


All times are GMT +1. The time now is 09:02 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"