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 Copies:=TextBox3.Value
If ActiveSheet.Name = "VAM PINS" = True Then
If ComboBox5.Value = Range("'VAM PINS'!$K$8") = False Then
End If
MsgBox "Incorrect Revision"
If ActiveSheet.Name = "VAM BOX" = True Then
If ComboBox5.Value = Range("'VAM BOX'!$K$8") = True Then
End If
ActiveSheet.PrintOut Copies:=TextBox3.Value
If ActiveSheet.Name = "VAM BOX" = True Then
If ComboBox5.Value = Range("'VAM BOX'!$K$8") = False Then
End If
MsgBox "Incorrect Revision"
End If
End Sub
Any help is appreciated
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 Copies:=TextBox3.Value
If ActiveSheet.Name = "VAM PINS" = True Then
If ComboBox5.Value = Range("'VAM PINS'!$K$8") = False Then
End If
MsgBox "Incorrect Revision"
If ActiveSheet.Name = "VAM BOX" = True Then
If ComboBox5.Value = Range("'VAM BOX'!$K$8") = True Then
End If
ActiveSheet.PrintOut Copies:=TextBox3.Value
If ActiveSheet.Name = "VAM BOX" = True Then
If ComboBox5.Value = Range("'VAM BOX'!$K$8") = False Then
End If
MsgBox "Incorrect Revision"
End If
End Sub
Any help is appreciated