how to hide items on a popup menu!

  • Thread starter Thread starter L Melville
  • Start date Start date
L

L Melville

Hi,

I have a popup menu that I use on all forms, there is one form however that
only requires a subset of the items on the popup menu (i.e. it needs 1 or 2
items hiding, or making unselectable). How can I do this, I am currently
calling the popup on a right mouse click event with;-

CommandBars("popUp").ShowPopup

any help would be appreciated, I would prefer to hide some of the items
rather than create a new menu just for this.

thanks in advance
lee
 
Back
Top