js宏获取单元格值 Cells(1,1).Value2 获取不用sheet单元格值 Sheets.Item("Sheet3").Cells(1,1).Value2 刘欢原创2022/7/19OfficeOfficeejs宏小于 1 分钟
宏获取区域值 With Sheet1 arrData = .Range("A2:A" & .Range("A1").CurrentRegion.Rows.Count).Value2 End With 刘欢原创2022/7/19OfficeOffice宏小于 1 分钟