Hello, I'm new to macros - any help appreciated - I'm sure its quite simple.
My code:
Sub NameClear2()
If Range("M8") = 0 Then
Range("B8") = 0
Else
Range("B8") = Range("B8")
End If
End Sub
I want this same function to apply to M9:M200, keeping B9 with M9 and so on...