Hello,
I have a userform with some textboxes and command buttons (one of them, "cmdClose")
I need to code the following scenario
If I click "cmdClose" and the textamount is greater than Zero, pop up msgbox with vbYesNo, if I click Yes, close the userform, else, do nothing
And if txtamount is...