Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default How can I format a cell to automatically assign a new number?

How can I format a cell to automatically assign a new sequential number each
time I open up the excel spreadsheet?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default How can I format a cell to automatically assign a new number?

Private Sub Workbook_Open()
Sheets(1).Range("A1").Value = _
Sheets(1).Range("A1").Value + 1
ThisWorkbook.Save
End Sub



"Grant" wrote:

How can I format a cell to automatically assign a new sequential number each
time I open up the excel spreadsheet?

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
Automatically Assign Stock Number By Model mx315 Excel Discussion (Misc queries) 12 October 9th 06 08:13 PM
How to format this number cell automatically Orc Thrall Excel Discussion (Misc queries) 1 July 6th 06 02:23 AM
format cell to know number of another cell automatically Dee Excel Worksheet Functions 2 May 9th 06 05:42 PM
Can Excel automatically assign a number when opening a workbook? flowbee Excel Discussion (Misc queries) 1 January 11th 06 06:40 PM
How do I automatically assign an invoice number in Excel 2003 (I . CliveA Excel Discussion (Misc queries) 0 April 15th 05 11:55 AM


All times are GMT +1. The time now is 09:57 PM.

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

About Us

"It's about Microsoft Excel"