Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / October 2006

Tip: Looking for answers? Try searching our database.

Does anyone know to add a calendar drop down for all cells in a particular column?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
mp - 13 Oct 2006 21:37 GMT
Does anyone know to add a calendar drop down for all cells in a
particular column?
Ron de Bruin - 13 Oct 2006 21:42 GMT
See this page mp
http://www.rondebruin.nl/calendar.htm

Signature

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

> Does anyone know to add a calendar drop down for all cells in a
> particular column?
mp - 14 Oct 2006 03:51 GMT
Thanks Ron.  That worked, but I would like the calendar to disappear
after I click on a calendar day.  Do you know how to do that?  Thanks
again.
> See this page mp
> http://www.rondebruin.nl/calendar.htm
[quoted text clipped - 5 lines]
> > Does anyone know to add a calendar drop down for all cells in a
> > particular column?
Ron de Bruin - 16 Oct 2006 22:33 GMT
You can use this

Private Sub Calendar1_Click()
   ActiveCell.Value = CDbl(Calendar1.Value)
   ActiveCell.NumberFormat = "mm/dd/yyyy"
   ActiveCell.Select
   Calendar1.Visible = False
End Sub

Signature

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

> Thanks Ron.  That worked, but I would like the calendar to disappear
> after I click on a calendar day.  Do you know how to do that?  Thanks
[quoted text clipped - 8 lines]
>> > Does anyone know to add a calendar drop down for all cells in a
>> > particular column?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.