C
ChipButtyMan
Hi,
I get an Expected; end of statement error with this code. The
word 'Missed' is highlighted as the point of the error.
Private Sub CommandButton8_Click()
Range ("L2").Formula = "=COUNTIF(E2:E25,"Missed code date")"
End Sub
I get an Expected; end of statement error with this code. The
word 'Missed' is highlighted as the point of the error.
Private Sub CommandButton8_Click()
Range ("L2").Formula = "=COUNTIF(E2:E25,"Missed code date")"
End Sub