Private Sub Worksheet_Change(ByVal Target As Range)
On Error Resume Next
If Not Application.Intersect(Target, Range("B47")) Is Nothing Then
If Target.Value = "OK" Then
Call ok0
End If
End If
If Not Application.Intersect(Target, Range("D47")) Is Nothing Then
If Target.Value = "OK" Then
Call ok1
End If
End If
If Not Application.Intersect(Target, Range("F47")) Is Nothing Then
If Target.Value = "OK" Then
Call ok2
End If
End If