자동 닫기1 [Tip] VBA 메세지창 자동 닫기 Option Explicit Sub test() Dim Wshell As Object: Set Wshell = CreateObject("WScript.Shell") Wshell.Popup "Haja_만세", 1 '= 1초후 메세지창 닫기 End Sub 2023. 3. 20. 이전 1 다음