VBA (Visual Basic for Applications) Question:
Explain the difference between Msgbox Statement and MsgboxQ function?
Answer:
MsgBox is a built in VB function which displays a Message Box and MsgBoxQ is a function defined by the user.
Previous Question | Next Question |
Explain What are the ADO objects? | Explain Which controls can not be placed in MDI? |