非常に単純な空の文字列を表示しようとしていますが、整数の空の数値を表示する方法はありますか? 私は以下の例を持っています。
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を使用すると何も表示されません。