vaughn9
Technical User
- Sep 23, 2001
- 183
When I click on cancel from my input box I am getting an error messagae. What can Iadd to the code below that would make my cancel button not give me an error message.
Code
dim amtmoney as currency
amtmoney= InputBox("Enter amount of money", "Money", "$"
Form2.Text2 = FormatCurrency(Val(amtmoney))
Code
dim amtmoney as currency
amtmoney= InputBox("Enter amount of money", "Money", "$"
Form2.Text2 = FormatCurrency(Val(amtmoney))