View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
J.R.[_2_] J.R.[_2_] is offline
external usenet poster
 
Posts: 7
Default Data Validation AutoComplete Help

Situation: In the €śView Code€ť section of the sheet tab I have entered the
ComboBox AutoComplete code, which functions perfectly until I get to a
ComboBox containing the Date (dd/mm/yyyy).

Problem: When I begin to type the date it is automatically converted to a
whole number.

Example: 1/1/2010 converts to 40179

Question: Is there code that can be added to the €śView Code€ť section of the
sheet tab that will prevent this conversion?

Source of code used:

http://www.contextures.com/xlDataVal11.html

Thank you in advance.