Delete Rows
Hi Again,
Can anyone help with this one?
Is there a way that Row/s can be deleted depending on names in a range?
For example:
If a range (called NAMES) had FRED in it and rows 10,20,30 had the name FRED
in column G, all those rows would be deleted.
My poor attempt:
Row = Range("NAMES").Text
Rows(Range("NAMES").Text).Delete
Again many thanks for help
John
|