
Add macro to right click menu and get selected item in contacts
#1: Add a custom action on the (Actions) tab and put the code in the
Item_CustomAction event handler.
#2: You can use CommandBars to launch any menu command by its ID, something
like this:
Set CBCtl = _
Application.ActiveExplorer.CommandBars.FindControl(ID:=2501)
CBCtl.Execute
--
Sue Mosher, Outlook MVP
Author of
Teach Yourself Microsoft Outlook 2000 Programming in 24 Hours
Microsoft Outlook 2000 E-mail and Fax Guide
Outlook and Exchange solutions at http://www.slipstick.com
Hello
1st:
I want to add a macro in the rigth click menu of a contact item how can I do
this?
I would an entry below "call contact" in this menu
2nd:
Then I would get the name and the phonenr of this item.
When I rigth click the contact, then select "call contact", this Form
contains
the name and the phone number of the current selected contact.
Is there no way to do the same as this form does???
Regards Remo