فاکتوریل

Collapse
X
 
  • زمان
  • نمایش
حذف همه
new posts
  • Mahdi borounsar

    • 2020/04/19
    • 9

    پرسش فاکتوریل

    سلام
    چطور در vbaعددی رو از کاربر بگیریم و فاکتوریل رو نشون بدیم؟
  • iranweld

    • 2015/03/29
    • 3341

    #2
    با سلام

    کد PHP:
    Sub test()

    myvalue InputBox("Give me some input""salam""input your Number here")

    If 
    IsNumeric(myvalueThen

    xx 
    Application.Fact(myvalue)
     
    MsgBox xx

    Else

    MsgBox "no inputed Number"

    End If

    End Sub 

    کامنت

    چند لحظه..