I am trying to write a Macro or VBA and I have no idea what I am doing. I pulled this from a help site:
Dim LResult As Date
LResult = FileDateTime("C:\instructions.doc")
It is for a workbook. The workbook has a forecast summary page and the objective is to have a data automatically update when the workbook opens to show the Last Modified Date
I know how to open the Visual Basic Editor and go to the Properties for Sheet1, but that is it.
I need the updated date to appear on the spreadsheet. Thanks.
Bookmarks