Question : Clear all content

Hi Experts,

I need Experts help to write a macro to clear all data from the sheets. Here’s the sheets name and the Range:

Source - A4:F200
System - A1:I200
Reconcile - A4:F200
Result (this is hidden Sheet) - A2:F20

Hope Expert can help me to create this feature.


Answer : Clear all content

Sheets("Source").Range("A4:F200").Clear
Sheets("System").Range("A1:I200").Clear
Sheets("Reconcile").Range("A4:F200").Clear
Sheets("Result").Range("A2:F20").Clear
Random Solutions  
 
programming4us programming4us