A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hello
I am V. Arya, Independent Advisor, to work with you on this issue. Use below code
Private Sub WorkSheet_Change(ByVal Target As Range)
If Target.Column = 2 And Target.Value = "PM_Protection" Then
MsgBox "Extended Warranty Options are not available to PM_Protection: " & Target, vbInformation, "QMC Administrator Message 8"
End If
End Sub