![]() |
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. |
Data Validation AutoComplete Help
J.R. formulated the question :
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. Using VBA function: CDate(40179) returns 1/1/2010 Garry |
All times are GMT +1. The time now is 02:11 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com