View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JP[_4_] JP[_4_] is offline
external usenet poster
 
Posts: 897
Default Get a date to display in date format on a UserForm

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