Hello All,
I hope everyone is keeping healthy & happy!
Just a quick question.
I have a userform that contains four textboxes; 1x start date, 1x end date, 1x Alternate Day number & 1x result.
A user enters a starting and ending date, eg "01/oct/2020" and an end date "04/jan/2021".
In the "Alternate Day number" textbox the user enters an Alternate day number; eg "4" this represents that an action begins on every 4th day.
How could I code it so that VBA can work out the total number of Alternate days between the two dates?
Many thanks in advance!
I hope everyone is keeping healthy & happy!
Just a quick question.
I have a userform that contains four textboxes; 1x start date, 1x end date, 1x Alternate Day number & 1x result.
A user enters a starting and ending date, eg "01/oct/2020" and an end date "04/jan/2021".
In the "Alternate Day number" textbox the user enters an Alternate day number; eg "4" this represents that an action begins on every 4th day.
How could I code it so that VBA can work out the total number of Alternate days between the two dates?
Many thanks in advance!