Don\'t know what I\'m missing, but the examples I see posted do not appear to work.
I import data from a web query. I set the query to clear unused cells when it re
I only needed to use Worksheets("Sheet1").UsedRange.Calculate after deleting rows to reset the range.