ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How to Disable Customize PopUp Window (https://www.excelbanter.com/excel-programming/363095-how-disable-customize-popup-window.html)

Kieranz

How to Disable Customize PopUp Window
 
Hi
when I right click the blank area on the File Menu, a window pops up
from which I can then select/deselect things such as Standard, Format
etc and at the bottom Customize and there the Command tab which allows
me drag icons such as SaveAs to the File Menu to enable saveas event if
it was previously greyed out thru procedure. How do I disable or not
show this popup window in vba. Many thks KZ


Norman Jones

How to Disable Customize PopUp Window
 
Hi Kieranz,

Try:

Application. CommandBars("ToolBar List").Enabled = False


---
Regards,
Norman



"Kieranz" wrote in message
oups.com...
Hi
when I right click the blank area on the File Menu, a window pops up
from which I can then select/deselect things such as Standard, Format
etc and at the bottom Customize and there the Command tab which allows
me drag icons such as SaveAs to the File Menu to enable saveas event if
it was previously greyed out thru procedure. How do I disable or not
show this popup window in vba. Many thks KZ




Norman Jones

How to Disable Customize PopUp Window
 
Hi Kieranz,

Deleting the inadvertent space, try:

Application.CommandBars("ToolBar List").Enabled = False


---
Regards,
Norman



Kieranz

How to Disable Customize PopUp Window
 
Thks All
Great help. Rgds KZ
Norman Jones wrote:
Hi Kieranz,

Deleting the inadvertent space, try:

Application.CommandBars("ToolBar List").Enabled = False


---
Regards,
Norman




All times are GMT +1. The time now is 11:43 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com