Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thankyou very much, i'll have to try that one out.
i appreciate your help. Z' --- Message posted from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
that coding doesnt seem to work for me, um, i copied it into my
worksheet...i'm a bit lost as to where to go from now. --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i managed to sort a coding out. as follows:
Private Sub Workbook_Open() Dim LOldVal As Integer Dim LNewVal As String 'Retrieve current number LOldVal = Sheets("Sheet1").Range("A2").Value LNewVal = Format(LOldVal + 1, "0000") 'Update to new number Sheets("Sheet1").Range("A2").Value = "'" & LNewVal End Sub thanks for your help in any case, i think this coding is a bit mor straight forward for me. Z -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Invoice followon autonumbering | New Users to Excel | |||
Autonumbering | Excel Worksheet Functions | |||
Autonumbering in Excel | Excel Discussion (Misc queries) | |||
autonumbering | Excel Worksheet Functions | |||
Better autonumbering formula? | Excel Worksheet Functions |