Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Stop users from accessing "Protection" option from "Tools" menu

Hi everyone,
I was wondering how I might hide the "Protection" option from the "Tools"
menu?

TIA! have a nice day ;)
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Stop users from accessing "Protection" option from "Tools" menu

Try

Application.CommandBars.FindControl(ID:=30029).Vis ible = False


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"I Believe" wrote in message
...
Hi everyone,
I was wondering how I might hide the "Protection" option from
the "Tools"
menu?

TIA! have a nice day ;)



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Stop users from accessing "Protection" option from "Tools" men

Thanks Chip, exactly what I wanted, but I've modified to:

Application.CommandBars.FindControl(ID:=30029).Ena ble = False

because I think this will be more transparant to my users about whats going
on.

Cheers.

"Chip Pearson" wrote:

Try

Application.CommandBars.FindControl(ID:=30029).Vis ible = False


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"I Believe" wrote in message
...
Hi everyone,
I was wondering how I might hide the "Protection" option from
the "Tools"
menu?

TIA! have a nice day ;)




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
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
Lost "File Menu" - now it's "Edit / View / Insert.." but no "F daves Excel Discussion (Misc queries) 3 April 24th 07 04:52 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
CommandBars("Worksheet Menu Bar").Controls("Tools").Enabled = Fals Arturo Excel Programming 3 May 26th 05 05:44 PM


All times are GMT +1. The time now is 05:32 AM.

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"