VBAプログラムの例 − 画面に”Hello World!”と表示する
プログラム
Sub Hello()
MsgBox "Hello World!"
End Sub
実行結果