
Function APPARTIENE(Cella As Range, Zona As Range) As Boolean If Intersect(Cella, Zona) Is Nothing Then APPARTIENE = False Else APPARTIENE = True End If End Function |
Function APPARTIENE(Cella As Range, Zona As Range) As Boolean If Intersect(Cella, Zona) Is Nothing Then APPARTIENE = False Else APPARTIENE = True End If End Function |
