Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の問題は、文字列変数 strTemp5 があることです。パブリック サブで 1 回値を指定してから、33 の通常のサブで使用したいだけです。しかし、今は毎回それを定義しなければならないようです。一度定義するだけで同じ文字列を使用できる方法はありますか。
それが常に同じ値である場合。
Public Const <variable> as <type> = x
例。
Public Const numberofbats as Long = 6