One more time: shortcut menus

Y

Yevgeny Barkovsky

How can I raise custom event for my add-in when shortcut menu item clicked?
Probably using DOCMD in the Action cell of the shape sheet is the way, but I
can't find appropriate command.

One more time - there are custom processing required when shortcut menu item
clicked from pop-up menu of the shape.
 
D

David Parker

The best way is to raise an event from the action cell:

=RUNADDONWARGS("QueueMarkerEvent","/solution=MyAddin /cmd=n")

Of course, you need to listen for this in your add-in.
 
Y

Yevgeny Barkovsky

Thank you for quick answer. It's really helps me. But for my case better to
use =QUEUEMARKEREVENT("args")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top