跳至主內容

搜尋

搜尋

Format.CancelPrinting within OnProcessData 'if' statements

評論

2 條評論

  • 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

登入寫評論。