PC Review


Reply
Thread Tools Rate Thread

Can I format cell to autonumber everytime I enter spreadsheet?

 
 
Grant
Guest
Posts: n/a
 
      7th Dec 2007
Can I format a cell to autonumber everytime I enter the spreadsheet?
 
Reply With Quote
 
 
 
 
Dave D-C
Guest
Posts: n/a
 
      8th Dec 2007
What you want is
Private Sub Workbook_Open() ' in ThisWorkbook module
Sheets("Sheet1").Cells(1, 1) = Sheets("Sheet1").Cells(1, 1) + 1
End Sub

Grant <(E-Mail Removed)> wrote:
>Can I format a cell to autonumber everytime I enter the spreadsheet?


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i get a cell in a spreadsheet to enter in a different cell emma Microsoft Excel Worksheet Functions 1 15th Apr 2008 02:58 PM
How do you enter a tick symbol into a spreadsheet cell please? =?Utf-8?B?QXJtaXRhZ2UgU2hhbmtz?= Microsoft Excel Worksheet Functions 4 24th Sep 2007 07:15 PM
Cell format changes General into Text after focus + Enter AA Arens Microsoft Excel Discussion 0 21st Feb 2007 02:33 AM
RE: Can I enter a tick sign in a spreadsheet cell somehow? =?Utf-8?B?UHJhc2Fka2FrYXJsYQ==?= Microsoft Excel Misc 0 20th Jan 2007 03:41 PM
How do I format a cell so that only specific numbers can be enter. =?Utf-8?B?Smlt?= Microsoft Excel Misc 1 1st Feb 2005 04:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:20 PM.