VBA (Visual Basic for Applications) Question:

Download Job Interview Questions and Answers PDF

How to dial a phone number?

VBA Interview Question
VBA Interview Question

Answer:

Shell command present in VBA can be used to start the dialer present in windows operating system. Phone number can be used to connect to your modem. With the use of shell and sendkeys you can dial to your user. Shell starts windows application and sendkeys inform the window to dial according to the keystrokes of the application. A macro can be used to start the cardfile program which activates the auto dialer feature.

Download VBA Interview Questions And Answers PDF

Previous QuestionNext Question
Explain What are the different compatibility types when we create a COM component?Explain Which property of menu cannot be set at run time?