I am currently using the following code in my worksheet:
Function SavedDate() As Date
Application.Volatile
SavedDate = ActiveWorkbook.BuiltinDocumentProperties.Item(12)
End Function
In a cell I am putting
=SavedDate()
But this is giving me a #name? error....any ideas what I am doing wrong??
I am using Excel 2000
Thanks,
Scouse
Function SavedDate() As Date
Application.Volatile
SavedDate = ActiveWorkbook.BuiltinDocumentProperties.Item(12)
End Function
In a cell I am putting
=SavedDate()
But this is giving me a #name? error....any ideas what I am doing wrong??
I am using Excel 2000
Thanks,
Scouse