Thanks for replying.
The scenario I have is there is a workbook template which users will pull in and do their work. they are then forced to SaveAs..
This means the original template isn't saved thus when it opens it will appear to be the first. So I reckon what I am asking is their a way of keeping a record of each time the template is opened even though the template isn't saved?
TIA
Private Sub Workbook_Open()
Range("a1") = Range("a1") + 1
Application.DisplayAlerts = False
With ActiveWorkbook
.SaveAs .Path & "\" & "Tempname.xlt"
End With
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.