How can a VB function that requires a return value work without a return value?
For example, the the MsgBox function in the example in the Microsoft documentation can be used without requiring a return value, even though it is explicitly stated in its syntax.
So how does this work? :ehh:
For example, the the MsgBox function in the example in the Microsoft documentation can be used without requiring a return value, even though it is explicitly stated in its syntax.
So how does this work? :ehh: