ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   how do i program a combo box (https://www.excelbanter.com/excel-programming/385274-how-do-i-program-combo-box.html)

DGR

how do i program a combo box
 
I am Trying to create a drop down list but i cant format the box with the
list I have

Tom Ogilvy

how do i program a combo box
 
If you have dates in your dropdown list, try

Private Sub combobox1_Change()
Combobox1.Value = format(Combobox1.Value,"mm/dd/yyyy")
End sub

Otherwise provide more information

--
Regards,
Tom Ogilvy


"dgr" wrote:

I am Trying to create a drop down list but i cant format the box with the
list I have



All times are GMT +1. The time now is 10:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com