I need a for next loop that cycles through the spreadsheet finding every row that has #N/A in column C and then deletes that row.
I' guessign it would look something like this
Dim testrange as range
Set testrange = C1:C300
For each row in testrange with #N/A in it
If Cell value is #N/A Delete entire Row
Next testrange
Tried all I know how to do for a few hours now - can't get anything to work.
thanks for your help
I' guessign it would look something like this
Dim testrange as range
Set testrange = C1:C300
For each row in testrange with #N/A in it
If Cell value is #N/A Delete entire Row
Next testrange
Tried all I know how to do for a few hours now - can't get anything to work.
thanks for your help