In VBA sub, I set UserForm.TextBox1.Text = Format(Range("A1").Value,"0"), but the TextBox1 actually displays "12/31/1899". Cell A1 is formatted as "mm/dd/yyyy". I do the same thing on several other textboxes and it works fine, but I can't see anything different about TextBox1.
Bookmarks