它用於查找工作表中包含“ A”列中數據的行數。完整用法是 lastRowIndex = ws.Cells(ws.Rows.Count, 'A').End(xlUp).row ... 或者在VBA中,您將編寫:. Range('A65536').
確定! 回上一頁