how do i pick A date for a cell from a drop down calendar?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to set up a spreadsheet so that people can pick their dates from a
calendar, rather than retyping the date whenever it changes. Sort of a
covenience thing and it reduces errors, hopefully.
 
Sorry for jumping on, but is it possible to make the calendar disappear by
just clicking on a date, or double clicking rather than having to click a
different cell?
 
You can add this event Paul

Private Sub Calendar1_DblClick()
Calendar1.Visible = False
End Sub
 
Is it possible to default the calendar to today, or if not this month / year ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top