Hello to all,
edit here:
If Target.Text = "ciao"
or
If Target.Text = "CIAO"
or
If Target.Text = "CiAo"
lowercase - uppercase
it is possible?
Thanks in advance,![]()
Private Sub Worksheet_Change(ByVal Target As Range) If Not Intersect(Target, Range("E3:E25")) Is Nothing Then If Target.Text = "ciao" Then MsgBox "buongiorno" End If End Sub
max_max
-----------------------------------------------------------------------
Ciao a tutti,
modificare qui:
If Target.Text = "ciao"
or
If Target.Text = "CIAO"
or
If Target.Text = "CiAo"
minuscolo - minuscolo
ie possibile?
grazie anticipato,![]()
Private Sub Worksheet_Change(ByVal Target As Range) If Not Intersect(Target, Range("E3:E25")) Is Nothing Then If Target.Text = "ciao" Then MsgBox "buongiorno" End If End Sub
max_max











LinkBack URL
About LinkBacks
Register To Reply


Bookmarks