Thread: Hide menu items
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Hide menu items

Application.CommandBars("Ply").Enabled = False ' True


Gord Dibben MS Excel MVP

On Tue, 13 Jan 2009 00:49:02 -0800, Cresta
wrote:

Hello

Could some one point me in the right direction please.

By right clicking on a sheet tab a context menu pops up, I need to hide this
menu so it is not available for a particular file for ceratain uses. I'm
guessing I would us XXX_getVisible callback, but I dont know how to reference
the menu.

Thanks