Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mo
 
Posts: n/a
Default Combo Box Showing numbers not dates

I have created a combo box with list of dates attached, but when I sellect a
date from the list, it appears as a number (not date format). How do I change
this?

Thanks,
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

Try:

Private Sub ComboBox1_Change()
With ComboBox1
.Value = Format(.Value, "mm/dd/yy")
End With
End Sub

---
While in design mode, right-click on the combobox and
select "View Code".

HTH
Jason
Atlanta, GA

-----Original Message-----
I have created a combo box with list of dates attached,

but when I sellect a
date from the list, it appears as a number (not date

format). How do I change
this?

Thanks,
.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Seed numbers for random number generation, uniform distribution darebo Excel Discussion (Misc queries) 3 April 21st 23 09:02 PM
Ploting dates against a calendar and not as a simple events Barb Reinhardt Charts and Charting in Excel 2 January 22nd 05 02:41 AM
Paste rows of numbers from Word into single Excel cell BecG Excel Discussion (Misc queries) 1 December 8th 04 04:55 PM
combo box formatting scrabtree23 Excel Discussion (Misc queries) 1 December 4th 04 05:07 PM
How do I take two columns of sequential numbers and insert spaces cmrdjr Excel Discussion (Misc queries) 5 December 2nd 04 10:35 PM


All times are GMT +1. The time now is 06:52 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"