hi, everyone
I want to change the following code to hide the port of text in one cell whit ";;;".
Can you help me??
Private Sub Worksheet_Change(ByVal Target As Range)
Dim AOI As Range
Dim c As Range
Set AOI = Range("A1:A20")
If Not Intersect(Target, AOI) Is Nothing Then...