Show customUI when I launch the contextMenu from a VBA macro

Joined
Jun 12, 2017
Messages
1
Reaction score
0
In a VBA macro, when i use

Application.CommandBars("List Range Popup").ShowPopup

to show the contextMenu, i.e. the right click menu, the customUI I made in xml does not show.

How do I show the customUI when i launch the contextMenu from a VBA macro?
 
Top