Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In the "ThisWorkbook" module:
Private Sub Workbook_Open() With ThisWorkbook.Sheet1.Range("A1") .Value = .Value + 1 End With End Sub Tim "mdougherty44" wrote in message ... How can I set up a cell to automatically increase it's numeric value by 1 every time the workbook is opened? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Row Numbering | New Users to Excel | |||
Numbering | Excel Worksheet Functions | |||
numbering | Excel Discussion (Misc queries) | |||
PO with sequential numbering with start / end numbering | Excel Discussion (Misc queries) | |||
Page Numbering Function? | Excel Worksheet Functions |