shavenlunatic
MIS
Didn't know you could call an input box from within a msgbox statement, but apparantley you can, after me faffing around with it. Hopefully it will be of some use to someone in the future (although, I can't think why other than to cut down on code and variables)
hope it helps someone, somewhere, with something
________
clueless
Code:
MsgBox (Val(InputBox("First Number")) + Val(InputBox("Second Number")))
hope it helps someone, somewhere, with something
________
clueless