SyntaxFix
Write A Post
Hire A Developer
Questions
I just came up with this very simple method of clearing an entire sheet.
Sub ClearThisSheet() ActiveSheet.UsedRange.ClearContents End Sub