Hello,
I have what is probably a simple question - I have this code I grabbed from elsewhere, I want it to only run in column A on all sheets (rather than on all columns as it does now):
Sub DeleteRows() Dim WS As Worksheet
On Error Resume Next
For Each WS In Sheets
With WS.UsedRange...