Try this one Ron.
![]()
Private Sub cboMonth_Change() Set ws = Worksheets("Generator") ws.Range("C1") = cboMonth.Value cboDay.Clear For Each cDay In ws.Range("DayList") With Me.cboDay .AddItem cDay.Value End With Next cDay End Sub
Try this one Ron.
![]()
Private Sub cboMonth_Change() Set ws = Worksheets("Generator") ws.Range("C1") = cboMonth.Value cboDay.Clear For Each cDay In ws.Range("DayList") With Me.cboDay .AddItem cDay.Value End With Next cDay End Sub
Last edited by HSV; 05-08-2011 at 01:09 PM. Reason: color feature will not work
Harry.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks