VBA (Visual Basic for Applications) Question:
How to dial a phone number?
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.
Previous Question | Next 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? |