▼更新日時 自動取得
ざっくりまとめると
- VBAに以下を登録
Public Function LastSaveTime() As Variant
Application.Volatile
LastSaveTime = ThisWorkbook.BuiltinDocumentProperties("Last save time").Value
End Function
- マクロで以下を入力
=LastSaveTime()
ざっくりまとめると
Public Function LastSaveTime() As Variant
Application.Volatile
LastSaveTime = ThisWorkbook.BuiltinDocumentProperties("Last save time").Value
End Function
=LastSaveTime()
コメント
最新を表示する