L
Lucas Soler
I have an input box that provides the user with a default date to enter. I'd
like to use the same feature that Project uses when updating the Status Date,
which is to use a calendar graphic to choose the date. Is there a way to use
a calendar input box?
What I'm using now:
'Set the status date
ActiveProject.StatusDate = InputBox("Enter Status Date.", _
"Period Start Date", Format$(ActiveProject.StatusDate, "Short Date"))
like to use the same feature that Project uses when updating the Status Date,
which is to use a calendar graphic to choose the date. Is there a way to use
a calendar input box?
What I'm using now:
'Set the status date
ActiveProject.StatusDate = InputBox("Enter Status Date.", _
"Period Start Date", Format$(ActiveProject.StatusDate, "Short Date"))