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

750 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 answers

9
Ansgar Wiechers On

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

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