Dear All,
What seems to be wrong with this code? It is giving me a runtime error 13????
What seems to be wrong with this code? It is giving me a runtime error 13????
Code:
Private Sub CommandButton3_Click()
Dim r As Long
With Sheet1
r = Application.Match(MRITRBox.Value, .Range("G:G"), False)
.Cells(r, 20).Value = MRITRUpd.Value
Range("a1").Select
End With
End Sub