I have a list of events in a sheet, each with a timestamp (using the "Now" function in vba)
On a userform, I have a specified start date and time and end date and time.
Is there any way of combining a date and time into one variable?
I want to search for all events between two times (which will by necessity be on two separate days) without having to test the dates and times separately?
On a userform, I have a specified start date and time and end date and time.
Is there any way of combining a date and time into one variable?
I want to search for all events between two times (which will by necessity be on two separate days) without having to test the dates and times separately?