G
GUS
I want to put the last days of a given number of months at cells(a,1)
The first month must be the next month from (system day)
if user input is 10 then
cell(1,1).value=lastday of October
cell(2,1).value=lastday of November
etc.
With VBA of course
The first month must be the next month from (system day)
if user input is 10 then
cell(1,1).value=lastday of October
cell(2,1).value=lastday of November
etc.
With VBA of course