I created a simple UDF to obtain the date a file was created.
Function FDT(str As String)
FDT = FileDateTime(str)
End Function
The problem I am having is that when I use this function in a cell, the value does not automatcially update when the referenced file is modified. In fact I tried...
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.