You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I am having difficulty with a combobox, It is reading data from a list of dates, but when an item is selected it displays in the text format. (01/12/2003 -> 37956). How do I stop this from happening?
This does work, but I wish to use these combobox dates to filter a report which contains date formats, converting the combobox to text would require converting the report dates to text aswell.