VBScript SendKeys CTRL+SHIFT+B or DwmApi # associated with this combination?

773 Views Asked by At

I'm looking for some vbs script or shortcut for opening Outlook Address Book (keyboard shortcut: CTRL+SHIFT+B),or it can be DwmApi # associated with this combination? Found similar discussion here: VBScript SendKeys CTRL+LWIN+TAB? Any help is much appreciated!!

1

There are 1 best solutions below

9
On

If I understand your question correctly, you're looking for this:

set ol = CreateObject("Outlook.Application")
ol.Session.GetSelectNamesDialog.Display