Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I am trying to delete or hide all of excels menus (not sure what th best method would be). I have a few custom menus that I would like t keep. I have played around with Application.CommandBar(2).Visible False, but this will obviously take me a long time to complete. I wa wondering if anyone knows of a simpler way to hide or delete the buil in menus upon opening a workbook, then before closing restore th menus, that way I won't mess up every workbook. I have looked in VB help but, that's whole other story. I have also looked in google but my search skills are limited ![]() or a link to a website that may help me. I would really appreciat it... Thanks Rockee Excel 200 -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Would this work for you?
With Application .DisplayFullScreen = True 'False .CommandBars(1).Enabled = False 'True End With -- Vasant "Rockee052 " wrote in message ... Hello, I am trying to delete or hide all of excels menus (not sure what the best method would be). I have a few custom menus that I would like to keep. I have played around with Application.CommandBar(2).Visible = False, but this will obviously take me a long time to complete. I was wondering if anyone knows of a simpler way to hide or delete the built in menus upon opening a workbook, then before closing restore the menus, that way I won't mess up every workbook. I have looked in VBE help but, that's whole other story. I have also looked in google but, my search skills are limited ![]() or a link to a website that may help me. I would really appreciate it... Thanks Rockee Excel 2003 --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Vasant,
That has helped me get in the right direction. I can hide the sheet tabs and headers with code. But how could I hide the bult in menus? For example "Files", I trying to make it user bullet proof if that makes any sense. I have one custom menu that I would like to keep. Thanks for your help Rockee --- Message posted from http://www.ExcelForum.com/ |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Did you try the code I provided? It should do exactly what you want.
FullScreen mode gets rid of all the toolbars. Then you can make any custom toolbar that you want visible. And I've shown you how to hide the default menu bar. -- Vasant "Rockee052 " wrote in message ... Vasant, That has helped me get in the right direction. I can hide the sheet tabs and headers with code. But how could I hide the bult in menus? For example "Files", I trying to make it user bullet proof if that makes any sense. I have one custom menu that I would like to keep. Thanks for your help Rockee --- Message posted from http://www.ExcelForum.com/ |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Vansant,
Actually you are right, I don't know what I was thinking. Again, thanks for you time and help... Rocke -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sub-menus of main menus for Excel 2007 | New Users to Excel | |||
Hide Menus | Excel Discussion (Misc queries) | |||
How can i hide a row or delete | Excel Discussion (Misc queries) | |||
Use formula to hide/delete cell? | Excel Worksheet Functions | |||
Overriding Actions of Excel DropDown Menus and Poup Menus | Excel Programming |