Search code examples
excelvbavoipsendkeys

Excel - Macro to run keyboard shortcut for VOIP software


I have an excel spreadsheet with a list of 100 telephone numbers.

I use VOIP software on my PC to make calls and a keyboard shortcut of CTRL,SHIFTC will automatically place a call. The VOIP software takes the telephone number from my spreadsheet using what ever cell I have selected.

I would like to make a "CALL" button in excel so when a cell is hi-lighted & the call button is pressed a macro runs CTRLSHIFTC.

Any help or thoughts on this would be greatly appreciated.


Solution

  • Try this:

    Application.SendKeys ("^+C")