ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Counter (https://www.excelbanter.com/excel-programming/271856-re-counter.html)

Mark D[_4_]

Counter
 
Where is the code and what do you have written ?

if you add this to ThisWorkBook for example

Private Sub Workbook_Open()
Sheet1.Cells(1, 1).Value = Sheet1.Cells(1, 1).Value + 1
End Sub

It will add a value to the first cell in the workbook and each time the
workbook is opened the value will be incremented by 1.

Mark D

"Andrew" wrote in message
...
Everytime my workbook opens, I want a new number assigned
to a worksheet, simply 1 plus the last number. I keep
getting a circular reference. Any ideas?

Thank you!





All times are GMT +1. The time now is 10:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com