我试图显示一个非常简单的空字符串,他们如何为整数显示一个空数字?我有下面的例子。
Sub()
Dim s As String
Dim Number As Integer
'using a space in double quote
s = " "
'this will display an empty string, well not really empty but the space will make it empty
msgbox(s)
所以基本上我试图做同样的事情整数,而当你为它使用 msgbox 时它什么也不显示。