I want to remove records from a WorkSheet that is hidden and do not want to un-hide it to do so.
If it was visible, I would:
Sheets("vwReportA").Select
Rows("15:15").Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Clear
How can I achieve this whilst worksheet is hidden