본문 바로가기
Tip

[Tip] VBA 메세지창 자동 닫기

by 일등미노왕국 2023. 3. 20.

Option Explicit

Sub test()

    Dim Wshell As Object: Set Wshell = CreateObject("WScript.Shell")
    
    Wshell.Popup "Haja_만세", 1   '= 1초후 메세지창 닫기

End Sub

메세지창.xlsm
0.02MB

댓글