VBA 편집기( alt + f11 ) -> 삽입 -> 모듈 에 아래 함수를 입력



Function LastSave()

LastSave = ThisWorkbook.BuiltinDOcumentProperties("Last save time")

End Function



이후 워크시트 원하는 셀에 =LastSave() 입력

+ Recent posts