2022年4月23日土曜日

182Excel(Option Explicitとは何か?)(What is Option Explicit?)

Option Explicitとは変数の宣言を強制する命令です。


いろいろなプログラミング言語がありますが、

どんな言語でもプログラミングするときは

変数の宣言を明確にすることは大切です。


エクセルVBAは

変数を宣言しなくてもいいのですが

変数を宣言する癖をつける為にも

Option Explicitで変数の宣言を強制してください。


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

エクセルマスター道場    閲覧よろしく

Option Explicit is an instruction that forces the declaration of variables.
There are various programming languages,
When programming in any language
It is important to clarify the variable declaration.
Excel VBA
I don't have to declare a variable
To get into the habit of declaring variables
Force the variable declaration with Option Explicit.
Please see the video for details.
Excel Master Dojo Thank you for browsing.

0 件のコメント:

コメントを投稿