mdonovan890
New Member
- Joined
- Dec 22, 2016
- Messages
- 24
I do not know if this is possible however, what I am looking for is to modify this UDF function to show the date that a cell was last modified. Currently, it is only showing the date that the UDF is inserted, not the actual date that the cell was modified.
For Example:
-If I am insert the UDF Function on 5/3/20
-A Cell Modified on 4/13/20
-The UDF Should return 4/13/20, NOT 5/3/20.
Current UDF Function:
Public Function Lastmodified(c As Range)
Lastmodified = Now()
End Function
For Example:
-If I am insert the UDF Function on 5/3/20
-A Cell Modified on 4/13/20
-The UDF Should return 4/13/20, NOT 5/3/20.
Current UDF Function:
Public Function Lastmodified(c As Range)
Lastmodified = Now()
End Function