simple formula for next month
Here is the formula for the beginning month:
datMonBeg = DateSerial(Year(objCell.Offset(0, 5).Value),
Month(objCell.Offset(0, 4).Value), 1)
Now I want to reference the following month. Is there a simple formula for
this?
|