What is the difference between Msgbox Statement and MsgboxQ function?

Showing Answers 1 - 3 of 3 Answers

Msgbox statement is used to display messages where as a Msgboxq function display a message and return a value when any button in the MsgBox is pressed.

MsgBox is a built in VB function which is used as a statement and MsgBoxQ is a function defined by the user.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions