Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hughbag

    UDF Using FileDateTime

    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...

Part and Inventory Search

Back
Top