Im trying to add a system message in my VBA code but it doesnt seems to work at all. Any suggestion?? See attachment for the whole code.
If Me.lstFindings. Selected(linea) = False Then
MsgBox "No records found, please try again."
Exit For
End If...