Hi All
I need to fill a dynrange with all days of the month based on the selection of month in a combobox or something

Currently I have one cell containing the date e.g. 2005-01-01 enterd manual, one cell = to the date formated as "MMM" e.g. jan and one cell counting the number of days in that month (31 for jan) with the formula =MAX(0;(MIN(rMonth;DATE(YEAR(F$2);MONTH(F$2)+1;0))-MAX($A2;F$2)+1)) where rMount is the name of the dynrange

Thanks