Hey guys, I have an issue.

I have a userform that has two label boxes next to each other - one has the date ("mm/dd/yyyy") and the other is supposed to display the day of week ("ddd"). The captions for these labels are supposed to update based on the selected month within a combobox on the same userform. I have a worksheet ("neDry") that contains the "dates" in column 1 and the respective "days" in column 2 from which I am pulling the data. I was able to get the "dates" to pull up but haven't had any luck with the "days".

Here is my code for the "days". Let me know what looks wrong. Thanks!

Please Login or Register  to view this content.