Sub test()myvalue = InputBox("Give me some input", "salam", "input your Number here")If IsNumeric(myvalue) Thenxx = Application.Fact(myvalue) MsgBox xxElseMsgBox "no inputed Number"End IfEnd Sub
کامنت