How can I cancel the popup menu that is already opened?
The VB help said a user must either select a command in the menu or cancel the popup menu. But I couldn't find anywhere that tells me how to cancel it?? Please help. Thanks.
Printable View
How can I cancel the popup menu that is already opened?
The VB help said a user must either select a command in the menu or cancel the popup menu. But I couldn't find anywhere that tells me how to cancel it?? Please help. Thanks.
It's just an idea:
(Cause if you press escape the popup menu disappears)Code:SendKeys "{ESCAPE}"
Perhaps you could make the mouse clik in a different place?