O zaman kod değişir.
Kod:
Private Sub Worksheet_Change(ByVal Target As Range)
If Not Intersect(Target, [g:g, i:i, k:k, m:m, o:o]) Is Nothing Then
If Target.Text = "CANC" Then UserForm1.Show
End if
If Not Intersect(Target, [s:s]) Is Nothing Then
If Target.Text = "CANC" Then UserForm2.Show
End if
End Sub