AlanAnderson
Board Regular
- Joined
- Jun 7, 2010
- Messages
- 134
I am using Excel 2003. I’ve created a user form to input data into a spreadsheet. My problem is that I can’t “format” comboboxes, text boxes or list boxes on the form<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
For example:<o></o>
In short, what code is needed to format a text box as a long number and what code is needed to format a combobox or list box as a date (dd/mm/yy)<o></o>
<o> </o>
Thanks<o></o>
For example:<o></o>
- I have text <?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-comffice:smarttags" /><st1:address w:st="on"><st1:Street w:st="on">box</st1:Street> 3</st1:address> which is obtained by adding text <st1:address w:st="on"><st1:Street w:st="on">boxes</st1:Street> 1</st1:address> and 2. Unfortunately the text boxes are outputting numbers in “text” form so my program gives me data mismatch errors.<o></o>
- I have a combobox which accesses a list of dates. Works until I select a date – at that point it displays the date as a number<o></o>
In short, what code is needed to format a text box as a long number and what code is needed to format a combobox or list box as a date (dd/mm/yy)<o></o>
<o> </o>
Thanks<o></o>