I have a Task List workbook that launches a calendar app (Userform Control called MonthView) whenever a "date cell" is double-clicked. "Date Cells" are identified by their NumberFormat (mm/dd/yyyy). So the function tests the cell NumberFormat, and if it is "mm/dd/yyyy" then it loads the calendar so the user can select a new date. I would like to expand the evaluation to identify ANY date formats, not just my pre-set "mm/dd/yyyy". The cell might be blank to start, so I cannot test if the cell value is a date, and I'd rather not use the header as an indicator (ex. "If header contains 'date' then load calendar").
Is there a way to test that the target cell is formatted as a date without specifying the exact date type?
Thanks in advance for any ideas.
-Mike
Is there a way to test that the target cell is formatted as a date without specifying the exact date type?
Thanks in advance for any ideas.
-Mike