2022年3月4日金曜日

178Excel(画面にメッセージを表示する方法)(How to show a message on the screen)

画面にメッセージを表示するには

たった一行のプログラムを

コーディングするだけです。

↓↓↓↓↓

MsgBox ""こんにちは!"", vbOKOnly + vbInformation, ""タイトル""

↑↑↑↑↑

詳しくは動画をご覧ください。

エクセルマスター道場    閲覧よろしく
To display a message on the screen
Only one line of program
Just code.
↓ ↓ ↓ ↓ ↓
MsgBox "" Hello! "", vbOKOnly + vbInformation, "" Title ""
↑↑↑↑↑
Please see the video for details.
Excel Master Dojo Thank you for browsing.

0 件のコメント:

コメントを投稿