Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Hiding tools/options

Is there a way to hide the menu item tools/options from end users?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,123
Default Hiding tools/options

Run this in the workbook activate and in the deactivate set it to True

Application.CommandBars("Worksheet Menu Bar").FindControl _
(ID:=522, Recursive:=True).Enabled = False

See also
http://www.rondebruin.nl/menuid.htm

--
Regards Ron de Bruin
http://www.rondebruin.nl



"gfkbob" wrote in message ...
Is there a way to hide the menu item tools/options from end users?



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
Disabling hiding rows rudy Excel Discussion (Misc queries) 2 May 17th 06 02:42 PM
clicking TOOLS/OPTIONS gives me error msg "cannot access dir D:/" Lori Rossi Excel Discussion (Misc queries) 1 October 23rd 05 09:50 PM
Hiding Column and Row Bars. tamato43 Excel Discussion (Misc queries) 2 May 21st 05 05:56 PM
Hiding Formula's mully New Users to Excel 2 May 21st 05 12:07 PM
Hiding Personal.xls Requires Exit Twice Kay Excel Worksheet Functions 2 March 7th 05 02:05 PM


All times are GMT +1. The time now is 07:57 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"