Hi LJMetzger
From trying the userform:- I get an error 'Invalid use of null' when I try to select one of the dates for '2/2/2014' listed in my listbox
- This is listed in the listbox sub and the line highlighted is the line:
- When I try find something with only one date there it finds and fills the second textbox correctly, but I cant update the values
The code works, that you added/changed but If im correct you haven't changed the code to the cmbAmend? So it should still work if im correct.
I think your code for dd/mm is correct and works, aside from in the listbox it displayed dates in the form mm/dd.
I tried another method, of when the userform loads the column with dates is changed to number format and the userform can find it this way using cdbl, then when the userfom unloads it changes it back to 'short date' format. But when the form unloads the format changes to mm/dd. Would this solution be efficient if I fixed that format mixup?
Bookmarks