例として、複数の領域で msgbox を参照したいとします。このための関数を作成できますか? 私立か公立か?違いは?
これが例です。
Public Function Message() As String
MsgBox("Test Message")
End Function
また、次のメッセージが表示されるのはなぜですか。Function 'Message' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used
それは単なる警告のようで、関数を呼び出したときにうまくいったようです。