Notは美しくないから記号にしてみた。
VBAで条件を反転する場合、
IF Not(条件) THEN
実行文
ENDIF
というは、美しくないので、数学の記号をつかう。
IF ¬(条件) THEN
実行文
ENDIF
種は、ユーザ定義関数で、Notを再定義してみた。
Function ¬(A)
¬ = Not (A)
End Function
但し、記号でも関数名に使えるもの、使えないものがあるようだ。
Author And Source
この問題について(Notは美しくないから記号にしてみた。), 我々は、より多くの情報をここで見つけました https://qiita.com/matumoto_onga/items/c1d219d0f9fd7332b220著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .