Skip to main content

Search

Search

Format.CancelPrinting within OnProcessData 'if' statements

Comments

2 comments

  • Avatar
    Zhong Huiwen

    Found a way! I removed the parameters from the Format.CanelPrinting and it didn't print

     

    ```

    Else
      Value = "ERROR INCORRECT LABEL!"
      MsgBox "ERROR INCORRECT LABEL!"
      Call Format.CancelPrinting
    End If

    1
  • Avatar
    Max Oostrom

    Great to hear, Zhong! Unfortunately for me, my work on this project has ended several months ago. But thank you for posting your solution, hopefully it can help others!

    0

Please sign in to leave a comment.