KB3013126 has caused a runtime error '424' Object required on all Comboboxes in my sheet.
Does anyone know how we can comply with the patch and retain functionality.
Sub Override()
Worksheets("AssessSheet").Select
If Range("AL3").Value = 2 Then
ComboBox1.Enabled = False
Else
ComboBox1.Enabled = True
End If
End Sub
Thanks
Ross
Does anyone know how we can comply with the patch and retain functionality.
Sub Override()
Worksheets("AssessSheet").Select
If Range("AL3").Value = 2 Then
ComboBox1.Enabled = False
Else
ComboBox1.Enabled = True
End If
End Sub
Thanks
Ross