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  
  •  Windows Service crashing on one machine, not on the other
  •  how to use CFCONTENT to deliver files from a folder outside web root, to a web browser? and loop through a series of fileIDs associated with a DocumentID
  •  How do I express this in code?
  •  How can I find out what type of driver I need for a "other device, Unknown Device" for a nc6400 laptop
  •  PHP.ini file 'display_errors' is set to Off but errors still appear on page?
  •  How can I determine from an Office 2010 Volume License key (or product activation key) exactly which version of Office 2010 to download & install from MSDN (msdn.microsoft.com)?
  •  Safari 5 Crashes immedietly
  •  Unattended Windows 7 Installation answer file not working
  •  GroupWise 6.0.1 -  Some addresses are undeliverable and have been crossed out
  •  ZyXel GS-1548 switch
  •  
    programming4us programming4us