ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   how do i pick A date for a cell from a drop down calendar? (https://www.excelbanter.com/excel-discussion-misc-queries/102786-how-do-i-pick-date-cell-drop-down-calendar.html)

JLE

how do i pick A date for a cell from a drop down calendar?
 
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.

Ron de Bruin

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

Try this
http://www.rondebruin.nl/calendar.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl



"JLE" wrote in message ...
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.




Paul Dennis

how do i pick A date for a cell from a drop down calendar?
 
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?

"Ron de Bruin" wrote:

Hi JLE

Try this
http://www.rondebruin.nl/calendar.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl



"JLE" wrote in message ...
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.





Ron de Bruin

how do i pick A date for a cell from a drop down calendar?
 
You can add this event Paul

Private Sub Calendar1_DblClick()
Calendar1.Visible = False
End Sub


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Paul Dennis" wrote in message ...
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?

"Ron de Bruin" wrote:

Hi JLE

Try this
http://www.rondebruin.nl/calendar.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl



"JLE" wrote in message ...
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.







Paul Dennis

how do i pick A date for a cell from a drop down calendar?
 
Is it possible to default the calendar to today, or if not this month / year ?

"Ron de Bruin" wrote:

You can add this event Paul

Private Sub Calendar1_DblClick()
Calendar1.Visible = False
End Sub


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Paul Dennis" wrote in message ...
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?

"Ron de Bruin" wrote:

Hi JLE

Try this
http://www.rondebruin.nl/calendar.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl



"JLE" wrote in message ...
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.







Paul Dennis

how do i pick A date for a cell from a drop down calendar?
 
Sorted - thx
Calendar1.Value = Date


"Paul Dennis" wrote:

Is it possible to default the calendar to today, or if not this month / year ?

"Ron de Bruin" wrote:

You can add this event Paul

Private Sub Calendar1_DblClick()
Calendar1.Visible = False
End Sub


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Paul Dennis" wrote in message ...
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?

"Ron de Bruin" wrote:

Hi JLE

Try this
http://www.rondebruin.nl/calendar.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl



"JLE" wrote in message ...
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.








All times are GMT +1. The time now is 04:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com