T
Terry V
Hello
I have an application where I use a calendar on a userform (userform1).
Im trying to have the user select a date, type in information into an
inputbox and then get prompted again if they want to select another date,
but (as you probably know), when I click on the calendar to select another
date, the code runs again from the beginning.
How can I have it prompt the user "do you want to enter another date?" ; up
to a maximum of 5 times (when they select NO on the msgbox (vbNo), it should
exit the loop.
Thank you
Terry V
I have an application where I use a calendar on a userform (userform1).
Im trying to have the user select a date, type in information into an
inputbox and then get prompted again if they want to select another date,
but (as you probably know), when I click on the calendar to select another
date, the code runs again from the beginning.
How can I have it prompt the user "do you want to enter another date?" ; up
to a maximum of 5 times (when they select NO on the msgbox (vbNo), it should
exit the loop.
Thank you
Terry V