WScriptを使用する。
Dim shell As Object
Set shell = CreateObject("WScript.Shell")
shell.Popup "5秒後、自動的に閉じます", 5, "タイトルバー", vbInformation
Set shell = Nothing
人生の最終目標は気ままな老後生活
WScriptを使用する。
Dim shell As Object
Set shell = CreateObject("WScript.Shell")
shell.Popup "5秒後、自動的に閉じます", 5, "タイトルバー", vbInformation
Set shell = Nothing