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.
私のデータは A3 から始まり、値を持つセル全体を選択したいと考えています。
Ctrl+A で選択するのと同じです。
行 A1 と A2 はヘッダーのもので、一緒にマージされます。
UsedRange End(xlto...)データが連続していないため、select from A1は機能しません。
UsedRange
End(xlto...)
ありがとうございました