I am running a macro that is going back 15 days scraping data, I need to know how to write code that will get my macro to stop after it has gone back 15 days, I was thinking of dooing a Do Until Loop, but i cant figure out how to write a Do Until that will stop after 15 days.
Here is what I...