Add custom menu item after Help

  • Thread starter Thread starter Christine
  • Start date Start date
C

Christine

I have code that adds a menu item before Help, but I would like it to be
after so it is more visible. The code line I have now is

MenuBars(xlWorksheet).Menus.Add Caption:=SortMenuName, before:="Help"

I tried changing "before" to "after" but it didn't work.

Thank you in advance for your replies.

Chris
 
Back
Top