How to check if a variable is an integer on excel

前端 未结 0 674
生来不讨喜
生来不讨喜 2020-12-12 01:54
Sub odev4()

Dim x As Variant


x = InputBox("Bitte geben Sie eine Ganzzahl ein")

If x= int(x)
MsgBox "Diese Zahl ist Ganzzahl"

Else
MsgBox &qu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题