Excel中的VBA函数公式如何使用变量

2024年11月22日 04:51
有1个网友回答
网友(1):

Sheets("总表").Cells(6 + x, 6).Value = Application.Sum(Range("j" & x & ":v" x))

具体可以根据你需要的修改