Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a schedule from a list of dates ? | Charts and Charting in Excel | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
Set a cell to have a pop-up calendar for date selection in Excel? | Excel Worksheet Functions | |||
How do I make a drop down list to pick from for a cell in Excel | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |