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 next number in a series

Hello and Thank You in advance.

I have a purchase order template that works well. What I
am hoping to do is get a new (and next in a series) number
to come up in cell I2 for each new sheet opened.

All help and ideas would be very much appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default Automatic next number in a series

I suggest that you use the following process :-

1. open template (which opens as a normal .xls)
2. update number (Range("I2").Value=Range("I2").Value+1)
3. SaveAs template (containing the new number for next time)
4. SaveAs normal .xls .... and continue.

Regards
BrianB
===========================================

"ray denneny" wrote in message ...
Hello and Thank You in advance.

I have a purchase order template that works well. What I
am hoping to do is get a new (and next in a series) number
to come up in cell I2 for each new sheet opened.

All help and ideas would be very much appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Automatic next number in a series

I am writing an excel worksheet for purchase order with auto-number,
vendor address look up, etc. and I will make it freeware ($5 donation
suggested). It is almost done. You could email me your template, and
I will customize it for you. Or just wait a week, and I will post
where to download with its own PO template.

- ken

(BrianB) wrote in message om...
I suggest that you use the following process :-

1. open template (which opens as a normal .xls)
2. update number (Range("I2").Value=Range("I2").Value+1)
3. SaveAs template (containing the new number for next time)
4. SaveAs normal .xls .... and continue.

Regards
BrianB
===========================================

"ray denneny" wrote in message ...
Hello and Thank You in advance.

I have a purchase order template that works well. What I
am hoping to do is get a new (and next in a series) number
to come up in cell I2 for each new sheet opened.

All help and ideas would be very much appreciated.

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
User Selectable Series and Number of Series for Line Chart Dave in NJ Charts and Charting in Excel 2 February 23rd 09 12:18 AM
automatic series readjustment when Inew row added [email protected] Charts and Charting in Excel 1 April 11th 06 11:52 AM
How do I change a social security number to a number series? LCDawn Excel Discussion (Misc queries) 4 December 22nd 05 04:15 PM
Toolbar for automatic series fill?? laralea Excel Discussion (Misc queries) 2 June 21st 05 02:28 PM
Automatic Graph generation by series SiliconAlleyDude Charts and Charting in Excel 2 March 25th 05 07:15 AM


All times are GMT +1. The time now is 11:33 PM.

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"