mattygriff
Programmer
I'm looking to populate a combo box with months - Jan, Feb, etc. - but want to avoid hard coding each option.
I know there's a way to do it but when I try, for example, a loop from 1 to 12 and then Format(loop,"mmm"
I get a type mismatch error.
I'm probably being too simplistic - help please!!!
I know there's a way to do it but when I try, for example, a loop from 1 to 12 and then Format(loop,"mmm"
I'm probably being too simplistic - help please!!!