For the calendar I had some trouble adding multiple entries to different textboxs. If I had for example Textbox3 and textbox4 with date entries... I would add the code:
But it would add the date in both textbox, I know i'm missing something to use only one calendar but that would be another thread 
_______________________
I have the following calendar2:
Then in my userform I have the following code (not all code but only for Textbox3)
and
Problem is that if November 12, 2013 is selected it shows as 2013-12-11 but the code sais that the format is YYYY-MM-DD... I need it to show as November 12, 2013 and not December 11, 2013...
But November 13, 2013 works perfect... I am so confused
Bookmarks