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.
私はVBAに少し慣れていないので、完全に頭がおかしいです。私のコード全体を割愛していただくために、私は 1 つの非常に単純なことをしようとしています。
セル「D7」が与えられた場合、そのセルに対応する列全体を選択する必要があります。私の最初の考えは
.range("D7").columns.select
しかし、それはうまくいきません。
.Range("D7").EntireColumn.Select