Dear all,
I've written some VBA code to
find a value in another spreadsheet and
where that value occurs delete the row in the original
However, I keep getting an "Object variable or With block variable not set".
Can you help?
Sub DeleteRows()
Dim myRange1, v, f, a
Set myRange1 =...