I am trying to get the correct syntax to enable a search criteria, and populate a listbox.
The below code does not work 100% of the time as expected.
I tried using
instead of the following but i only ever get the same inconsistant result.
The .Cells dates are in a dddd dd mmmm yyyy format, and the textbox format is dd/mm/yy.
The start date is textbox1, and the end date is textbox2, set manually by the user.
What is the correct syntax to obtain a correct result of dates between the 2 set ranges of dates?
Also, is a simple '>=" & "<=" syntax the correct way to include a date that is equal to the set date?
Bookmarks