Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のコードは次のとおりです。
Range("M1").Select ActiveCell.FormulaR1c1 = "SUM(R[2]C:R[4157]C)"
私の問題は、4157 行を超える場合はどうなるかです。その列のすべての行が確実に加算されるようにするにはどうすればよいですか?
ありがとう!