L
LDMueller
I'm familiar with VBA coding, but sometimes mine is not a simple as it should
be.
Can someone help me streamline this code and get it working?
If BlankSincerely = False And BlankRegards = False And ElecSincerely = False
And ElecRegards = False And PTOSign = False And _
Enclosure = True Or Enclosures = True Or Attachment = True Or Attachments =
True Then
MsgBox "You cannot have an Enclosure or Attachment without a Signature
Block"
GoTo Exit_cmdOK_Click:
Else
End If
Any assistance or comments would be greatly appreciated.
Thanks,
LDMueller
be.
Can someone help me streamline this code and get it working?
If BlankSincerely = False And BlankRegards = False And ElecSincerely = False
And ElecRegards = False And PTOSign = False And _
Enclosure = True Or Enclosures = True Or Attachment = True Or Attachments =
True Then
MsgBox "You cannot have an Enclosure or Attachment without a Signature
Block"
GoTo Exit_cmdOK_Click:
Else
End If
Any assistance or comments would be greatly appreciated.
Thanks,
LDMueller