I am using the following line (but I noticed it took about 5 seconds to clear the cells)
Code: Select all
Worksheets("Sheet1").UsedRange.Cells.Clear
I tried to disable screen updating but the same problem
Code: Select all
Worksheets("Sheet1").UsedRange.Cells.Clear