Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
LOL isn't that what I posted yesterday? Anyway, glad to hear it worked
out. Thx, JP On Mar 22, 4:02*pm, ryguy7272 wrote: Eureka! *I got it; it just had to be inside the sub that was identified with the ComboBox!! *Here is the solution: Private Sub ComboBox1_Change() * * * * If ComboBox1.Text < "" Then * * * * ComboBox1.Text = Format(CDate(Cells(2, 13).Text), "mm/dd/yyyy") * * * * End If * * * * 'etc...... End Sub Thanks for the help everyone, especially JP!! *Thanks for being patient and pushing me in the right direction!! * Cheers, Ryan-- -- RyGuy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date Format in a Userform Listbox | Excel Programming | |||
Date Value in wrong format on userform | Excel Programming | |||
Date Format in Userform | Excel Programming | |||
Date format in userform | Excel Programming | |||
Date format from UserForm | Excel Programming |