I need some programming help to control the length of the range in the formula below:
The start and stop values of the range are in the worksheet in cell C10 and C11 as integers.![]()
Range("D2").Select ActiveCell.Formula = "=SUM(A2:A10)"
Is it possible to change this formula in such a way that the formula is controlled by the content of the cells C10 and C11?
Your help will be appreciated very much.
Bookmarks