How to get last modified date for excel
Hi @sruthesanju !
File.GetLastWriteTime(yourfilepath).ToString
1 Like
You may want to use VBA to get the information “Last Save Time”:
How to get last modified date for excel
Hi @sruthesanju !
File.GetLastWriteTime(yourfilepath).ToString
You may want to use VBA to get the information “Last Save Time”: