4.6.1 Excel单元格Cells的属性
2015年09月17日 10:48
可用Cells(row,column)(其中row为行号,column为列号)返回单个单元格。下例将单 元格“Al”从值为24: Worksheets(1).Ce11s(1,1).Value-24 下例设,单元格A2的公式: ActiveSheet.Cells(2,1).Formula-"-sum(B1:B5)"
时间: 2020-09-19|72次围观|0 条评论
2015年09月17日 10:48
可用Cells(row,column)(其中row为行号,column为列号)返回单个单元格。下例将单 元格“Al”从值为24: Worksheets(1).Ce11s(1,1).Value-24 下例设,单元格A2的公式: ActiveSheet.Cells(2,1).Formula-"-sum(B1:B5)"
还没有人抢沙发呢~