일자
[VBA] 현재일자 취득, 연/월/일 취득
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/
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/