Displaying Dates in a Text Box
Posted by Todd on October 04, 2001 1:06 PM
My text box is linked to a cell. Whenever I change the date in the cell (and it is formated mm/dd/yyyy) the text box displays the date in number format (e.g. 33149 for 10/03/1990). I need to have the text box display the date in date format (mm/dd/yyyy).
I tried doing this in the module I have that changes the linked cell. But I couldn't figure out how to reference the text box from the module (it says the variable is undefined), and I couldn't figure out how to call a macro assigned to the worksheet the text box is on from the module.
I'd greatly appreciate any help.
Thanks! Todd