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.
誰かが以下のコードを理解するのを手伝ってくれますか?
Set items = Range("A2:A" & Range("A1").End(xlDown).Row)
私が理解していないのは、範囲がどのように設定されているかです。A2:Aこれにより、またA1これに従って、どの領域がカバーされますか? このコードが機能する以下のようなテーブルがあるかどうかはわかっています
A2:A
A1
しかし、テーブルの場所を次のように変更した場合、サンプル コードを変更するにはどうすればよいですか?