我正在尝试选择整个列,第一行除外。我使用了以下来自https://www.extendoffice.com/documents/excel/1628-excel-select-column-except-header-first-row.html
的代码{{1}}
但RowIndex变量读取值为1.因此该部分从Row2发送到Row1而不是Row2发送到Last行。我怎样才能得到纠正
答案 0 :(得分:0)
如果你真的需要选择整个列(为什么?)那么这个。在您的示例中,您无法在相关列中获得任何数据。
Range(Cells(2, xColIndex), Cells(rows.count, xColIndex)).Select