I have coded a pretty extensive Excel project for use at work. It basically tracks issues with engineering projects. This "tracker" has a TON of features available and I would like to add one more. The feature I'm trying to add would allow a user to open an Outlook mail item, highlight text in the mail item, then right click in the window and select "Export to Tracker" from the right-click menu which would then bring up a prompt and ultimately copy the info over to my tracker. I have experience with Outlook Automation through Excel (even though its not much) so I know a little bit of Outlook VB but not much.

Of course, any snipets of code would be great, however I really just want to know if I can add an option to the right-click menu through VB. If that is not possible, I can always add a toolbar button to perform the same task. The only problem with that is I don't know any Outlook VB

Any help would be GREATLY appreciated!!!