• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

msgBox

Rv Singh

New Member
>>> use code - tags <<<
Code:
Sub msgBoxExample()

Debug.Print (MsgBox(MsgBox("Hello", vbYesNo) * 8) * 2)

End Sub
The above code is giving output in immediate window. Please explain how its giving 2 in immediate window?
 
Last edited by a moderator:
Back
Top