VBA (Visual Basic for Applications) Question:

Download Job Interview Questions and Answers PDF

Name of some control used to call a windows application?

VBA Interview Question
VBA Interview Question

Answer:

OLE is the control used to call a windows application.

Call Shell(stAppName, 1)

Download VBA Interview Questions And Answers PDF

Previous QuestionNext Question
How To set the command button for ESC, Which property needs to be changed?What is function of delete operator?