View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bythsx-Addagio[_2_] Bythsx-Addagio[_2_] is offline
external usenet poster
 
Posts: 27
Default cmb displayed item vs list

I wasn't sure how to phrase the subject line but what I am looking to do is
populate two list boxes (Start & End) with dates that become available after
refreshing a query. What I do not know how to do is setting the default
display of each combo box as specific days.

cmbStartdate should start with the last day of the month, 2 months ago
cmbEndDate should start with the last day of the month, 1 month ago.

All dates from the range should be available in both combo boxes, but to
save the user time I would like each box to start on those days mentioned.

Is this possible?
Thanks!!