Hello,
I'm looking for a private sub that when Cell B2 change value or text, cel C2 will be clear content. Appreciate if you can help.
Hello,
I'm looking for a private sub that when Cell B2 change value or text, cel C2 will be clear content. Appreciate if you can help.
![]()
Private Sub Worksheet_Change(ByVal Target As Range) If Not Intersect(Target, Range("B2")) Is Nothing Then Range("C2").ClearContents End If End Sub
Thanks very much
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks