Remove Pivot CommandBars from right click menu

  • Thread starter Thread starter vqthomf
  • Start date Start date
V

vqthomf

Hi I am trying to remove the pivot commandbar from the right click menu, can
someone tell if this is possible. I have looked at
Application.CommandBars("PivotTable").Visible = False I thought about putting
this in the worksheet load module.
TIA
Charles
 
Hi,
Do you mean the popup toolbar that shows up when right clicking on a pivot?
ie that one:
Dim c As CommandBar
Set c = Application.CommandBars("PivotTable Context Menu")
c.ShowPopup
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top