Im having issues with this code
This is what i would like the code to do - ComboBox5.Value = Range ("K8") if true print if false MsgBox "Incorrect Revision"
If ActiveSheet.Name = "VAM PINS" = True Then
If ComboBox5.Value = Range("'VAM PINS'!$K$8") = True Then
End If
ActiveSheet.PrintOut...