Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Hide/Delete XL Menus

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 . So, if anyone has any suggeston
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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,080
Default Hide/Delete XL Menus

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 . So, if anyone has any suggestons
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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Hide/Delete XL Menus

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,080
Default Hide/Delete XL Menus

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Hide/Delete XL Menus

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sub-menus of main menus for Excel 2007 Eleanor Peppard New Users to Excel 1 March 16th 10 04:12 PM
Hide Menus LiAD Excel Discussion (Misc queries) 2 April 7th 09 02:17 PM
How can i hide a row or delete algebroni Excel Discussion (Misc queries) 4 February 9th 07 09:39 PM
Use formula to hide/delete cell? Lost! Excel Worksheet Functions 3 June 3rd 05 12:05 AM
Overriding Actions of Excel DropDown Menus and Poup Menus Von Shean Excel Programming 2 February 3rd 04 06:43 AM


All times are GMT +1. The time now is 10:00 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"