Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I created the following UDF in order to show the last saved date:
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean) ThisWorkbook.Names.Add Name:="LastSaved", _ RefersToR1C1:="=""" & _ Format(Now, "mmm-dd-yyyy hh:mm") & """" End Sub When I enter in a cell =lastsaved or lastsaved() I get the error #NAME. What am I doing wrong? Thanks, Joe M. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IRR Trouble | Excel Worksheet Functions | |||
Trouble with IF | Excel Worksheet Functions | |||
UDF trouble | Excel Discussion (Misc queries) | |||
more trouble with i | New Users to Excel | |||
Trouble shooting#NA error in Array formula | Excel Discussion (Misc queries) |