I need an expert on Input Boxes
Posted by Rees Macleod on June 29, 2000 10:19 PM
I have a macro that asks for many user defined values gathered from InputBoxes. If an error is made in one of the boxes it would be nice if they could cancel the entire macro and start over. The problem I have is that many of the input values are integers and I cannot use the vbcancel value of 2 as a signifier to end the procedure because they may very well want to use the actual value of 2 in their worksheet.
Thanks for any help,
Rees