Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 wrote: Can I format a cell to autonumber everytime I enter the spreadsheet? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Access autonumber field changes to date format when Excel imports | Excel Discussion (Misc queries) | |||
Is there a way to generate a new Word doc everytime I enter data in an Excel row? | New Users to Excel | |||
how do i count everytime a spreadsheet is opened | Excel Discussion (Misc queries) | |||
How do I stop dates from being entered everytime I enter a number | Excel Discussion (Misc queries) | |||
Link not updated everytime spreadsheet opened | Excel Worksheet Functions |