I have a data set with a column that contains, among other things, dates sorted from oldest to newest. Part of what I’m looking to do is write a sub that goes through the dates and deletes weekends along with other specific holidays. Additionally, if there is a date missing that is not a weekend and not one of the specific holidays, the sub inserts a row with that missing date and leaves the remaining data in that row blank. The start and end dates are routinely changing. Any help would be greatly appreciated.