Hi,
I have a VBA form containing a Combo Box that reads in dates from cells in an Excel Spreadsheet.
When I click the drop-down button, the dates are shown, but when I select one, its integer value appears in the box, how do I fix this so the date format appears and not the integer?
Also, how do I set combo-box to initially contain the first cell of a range of cells that it takes its data from?
Thanks a lot!
I have a VBA form containing a Combo Box that reads in dates from cells in an Excel Spreadsheet.
When I click the drop-down button, the dates are shown, but when I select one, its integer value appears in the box, how do I fix this so the date format appears and not the integer?
Also, how do I set combo-box to initially contain the first cell of a range of cells that it takes its data from?
Thanks a lot!