I'm an inexperienced Excel user and I have a very large set of data with the first column being the time of each entry. I know that to filter out a specific time range, I can use the Filter function. However, I have a large number of different time ranges to filter out. I would like to write a macro that can be adjusted to filter for different time ranges. For example, I want to find the data from 10:00:00 to 10:30:00, and then find the data from 2:00:00 to 2:30:00. Is it possible to do this on Excel? Would I be able to accomplish this in VBA? Currently, I only know how to write a macro that filters one specific time range. Any help is appreciated. Thanks for your time.