Search results

  1. S

    Input box cancel code

    The default value we have is 0, sometimes when there is no value to be entered the value remains 0. If I click ok it should print, and if I click cancel it should cancel, but it does not cancel instead it still prints. I want it to cancel on clicking cancel and not print.
  2. S

    Input box cancel code

    In the input box if we click ok or cancel the invoice prints. By default the credit card info is 0, and most of the cases its 0 even when we want to take a print out i.e., the value is changed. I tried doing If Payment = "" Then Exit sub, but it exits the sub if I press ok or cancel since the...
Back
Top Bottom