I added a calendar control to a sheet so the user can select the beginning date of a range. The LinkedCell value points to a cell on the same sheet. A formula on another sheet does a VLookup of that value. If I type a date into the cell, the VLookup works fine. If I select the date from the calendar control, it fails. Apparently the control enters the date into the linked cell as a text value (m/d/yyyy format) instead of a date value. I've confirmed this by changing the format of the cell to another format, but if I select a date from the calendar control, it still appears in the cell as m/d/yyyy. Is there a way to get the date from the control into the linked cell as a date value? I tried finding an event where I could correct it, but there is no event late enough in the process to capture the new value.
Bookmarks