
- Code: Select all
Option Explicit
Dim currentMarket As String
Private Sub worksheet_change(ByVal Target As Range)
Worksheets("Comp.").Calculate
If Target.Columns.Count = 16 Then
Application.EnableEvents = False
If Range("Q5") = "Back-IP" Then
Call LogSelection1
If Range("Q6") = "Back-IP" Then
Call LogSelection2
If Range("Q7") = "Back-IP" Then
Call LogSelection2
End If
Application.EnableEvents = True
End Sub