Sub 현재일자표시()
MsgBox Date
End Sub
Sub 연표시()
MsgBox Year(Date)
End Sub
Sub 현재일자표시()
MsgBox Month(Date)
End Sub
Sub 현재일자표시()
MsgBox Day(Date)
End Sub
참고자료 : kosapi.com/post-2341/
'프로그래밍 언어 > Excel VBA' 카테고리의 다른 글
[VBA] 문자열을 Date형으로 변환하기 (0) | 2020.12.26 |
---|