Customizing (Hiding) Right Click Toolbar

Dragonmann

New Member
Joined
Apr 26, 2010
Messages
14
I am working on a new workbook to handle data in a very specific way. AS a result I am trying to limit the options available to the users, and programmatically force proper behavior. Since I don't have enough free time to smack knuckles with rulers as appropriate.

I have successfully customized the right click menu, and can hide the ribbon, but when they right click on a cell, they still get the little pop-up formatting toolbar.

I have tried searching for a way to hide this toolbar, but since I can't even figure out what the annoying little thing is called it has been less then successful.

Anyone know how to hide this thing, or at least what it is called?
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
I think you want:
Code:
application.ShowMenuFloaties = true

note: this hides them, even though you would think it shows them!
 
Upvote 0
MenuFloaties?

FLOATIES?

:confused::confused::confused::confused:

WHY?

I would never have guessed that in a million years...

Thanx, that did exactly what I needed it to
 
Upvote 0
The name is relatively logical. Why you set ShowMenuFloaties to true to not show them, is beyond me.
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top