Hi
I am trying to combine two worksheet change events without any joy;
Im sure its a fairly simple fix but im baffled!![]()
Private Sub Worksheet_Change(ByVal Target As Range) If [l7] = "Yes" Then Sheets("Mobile Tower checklist p10").Visible = True Else Sheets("Mobile Tower checklist p10").Visible = False End If Private Sub Worksheet_Change(ByVal Target As Range) If [l6] = "Yes" Then Sheets("LIFT PLAN").Visible = True Else Sheets("LIFT PLAN").Visible = False End If End Sub
cheers
Bookmarks