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.
簡単な数学の質問だと思います。最も近い偶数に切り上げるアルゴリズムを探しているので、
4.4 = 6 5.1 = 6 2.1 = 4 1.9 = 2 etc....
すばらしい VBA 構文を教えていただければ幸いです。Excel は関数として知ってい=even(..)ますが、VBA で動作させることはできません。
=even(..)
ありがとうございました
以下を使用して Excel 関数を簡単に使用できます。
Application.WorksheetFunction.Even(YourNumber)