Could someone please take a look at this and try to tell me why I keep getting a type mismatch error?
Code Start:
'array is created as a dynamic array, must tell it the upper bound
ReDim monthArray(ctlMonth.ItemsSelected.Count)
'need a counter to change the array element as they are...