View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Selecting multiple dates with Calendar Control 8.0

For a start and end date I tend to use 2 of the the "Micorsoft Date and Time
Picker Control 6.0". It looks like a Drop down combo box, however the drop
down is a calendar. It is nice and compact on a form and still gieve you the
functionallity and ease of use of a calendar control...
--
HTH...

Jim Thomlinson


"Rob Holloway" wrote:

I use Calendar Control 8.0 in a userform but it doesn't seem much use for
selecting a date range. At the moment I have a check box next to the
calendar - when the box is checked it saves the date reference as the end
date, unchecked it is the start date. This is a bit ugly. I can't figure
out how to make two (or more) selections on the object - I'd expected the
ctrl key to allow multiple selections. Is there a way of doing this?
Many thanks.