17. 04.ウィンドウ ステータスバー 画面下のステータスバーの文字列を変更できます。 Option Explicit Option VBASupport 1 REM ***** BASIC ***** Sub Main 'ステータスバー Application.StatusBar = "Test文字列" MsgBox "処理中" Application.StatusBar = False '戻すのを忘れずに End Sub 前へ / 次へ