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.
範囲から列範囲 (最初の列) を取得したいと思います。例: 範囲の場合: $E$9:$I$259 結果: $E$9:$E259
どうすればこれを達成できますか?
範囲オブジェクトの列コレクションを次のように使用します。
Range("$E$9:$I$259").Columns(1)