M
Marc Hankin
This macro used to work just fine:
Private Sub btnDeleteRows_Click()
frmInsertRorCinTable.Hide
Selection.Rows.delete
End Sub
But today, I get the ugly message: "Expected Function or
variable", and the name of the form
("frmInsertRorCinTable") is highlighted. Does anyone
have an idea what might be wrong?
Thanks,
marc
Private Sub btnDeleteRows_Click()
frmInsertRorCinTable.Hide
Selection.Rows.delete
End Sub
But today, I get the ugly message: "Expected Function or
variable", and the name of the form
("frmInsertRorCinTable") is highlighted. Does anyone
have an idea what might be wrong?
Thanks,
marc