I am attempting to combine data from multiple tables on one sheet into one comprehensive table, where every column from each individual table is sorted by column "DATE". How can I use VBA to automatically delete any rows that do not contain the word "DATE" or numbers "1-31"?
I am completely new to VBA code. This is something I was tasked with at my job. I've done lots of googling but have been unable to find any code that does what I need.