PC Review


Reply
Thread Tools Rate Thread

Disabling Specific Menu Bar Choices

 
 
=?Utf-8?B?SmFzZTRub3c=?=
Guest
Posts: n/a
 
      20th Aug 2007
I am creating a a shared work book and I don't want the users to have access
to the 'TOOLS' part of the menu bar. I know I can remove just this part of
the menu, but if I do, how will I access when I need to? Is there another
way?
 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      20th Aug 2007
Just disable it

Application.Commandbars("Worksheet Menu Bar").Controls("Tools").Enabled =
False

and enable when required.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Jase4now" <(E-Mail Removed)> wrote in message
news:5EAB0E3B-5598-4FD4-807B-(E-Mail Removed)...
>I am creating a a shared work book and I don't want the users to have
>access
> to the 'TOOLS' part of the menu bar. I know I can remove just this part
> of
> the menu, but if I do, how will I access when I need to? Is there another
> way?



 
Reply With Quote
 
=?Utf-8?B?SmFzZTRub3c=?=
Guest
Posts: n/a
 
      20th Aug 2007
Your response doesn't make complete sense to me. How do I get to the point
where I can access
Application.Commandbars("Worksheet Menu Bar").Controls("Tools").Enabled =
> False


"Bob Phillips" wrote:

> Just disable it
>
> Application.Commandbars("Worksheet Menu Bar").Controls("Tools").Enabled =
> False
>
> and enable when required.
>
> --
> ---
> HTH
>
> Bob
>
> (there's no email, no snail mail, but somewhere should be gmail in my addy)
>
>
>
> "Jase4now" <(E-Mail Removed)> wrote in message
> news:5EAB0E3B-5598-4FD4-807B-(E-Mail Removed)...
> >I am creating a a shared work book and I don't want the users to have
> >access
> > to the 'TOOLS' part of the menu bar. I know I can remove just this part
> > of
> > the menu, but if I do, how will I access when I need to? Is there another
> > way?

>
>
>

 
Reply With Quote
 
=?Utf-8?B?Y2F0cnJtZw==?=
Guest
Posts: n/a
 
      20th Aug 2007
maybe you'll try to use a button hidden somewhere from user's eyes to
disable/enable the tools menu, eg: runing the below mentioned code

"Jase4now" wrote:

> Your response doesn't make complete sense to me. How do I get to the point
> where I can access
> Application.Commandbars("Worksheet Menu Bar").Controls("Tools").Enabled =
> > False

>
> "Bob Phillips" wrote:
>
> > Just disable it
> >
> > Application.Commandbars("Worksheet Menu Bar").Controls("Tools").Enabled =
> > False
> >
> > and enable when required.
> >
> > --
> > ---
> > HTH
> >
> > Bob
> >
> > (there's no email, no snail mail, but somewhere should be gmail in my addy)
> >
> >
> >
> > "Jase4now" <(E-Mail Removed)> wrote in message
> > news:5EAB0E3B-5598-4FD4-807B-(E-Mail Removed)...
> > >I am creating a a shared work book and I don't want the users to have
> > >access
> > > to the 'TOOLS' part of the menu bar. I know I can remove just this part
> > > of
> > > the menu, but if I do, how will I access when I need to? Is there another
> > > way?

> >
> >
> >

 
Reply With Quote
 
=?Utf-8?B?SmFzZTRub3c=?=
Guest
Posts: n/a
 
      20th Aug 2007
Can somebody please, tell me where I need to type the code to disable the
TOOLS menu without removing it?

"catrrmg" wrote:

> maybe you'll try to use a button hidden somewhere from user's eyes to
> disable/enable the tools menu, eg: runing the below mentioned code
>
> "Jase4now" wrote:
>
> > Your response doesn't make complete sense to me. How do I get to the point
> > where I can access
> > Application.Commandbars("Worksheet Menu Bar").Controls("Tools").Enabled =
> > > False

> >
> > "Bob Phillips" wrote:
> >
> > > Just disable it
> > >
> > > Application.Commandbars("Worksheet Menu Bar").Controls("Tools").Enabled =
> > > False
> > >
> > > and enable when required.
> > >
> > > --
> > > ---
> > > HTH
> > >
> > > Bob
> > >
> > > (there's no email, no snail mail, but somewhere should be gmail in my addy)
> > >
> > >
> > >
> > > "Jase4now" <(E-Mail Removed)> wrote in message
> > > news:5EAB0E3B-5598-4FD4-807B-(E-Mail Removed)...
> > > >I am creating a a shared work book and I don't want the users to have
> > > >access
> > > > to the 'TOOLS' part of the menu bar. I know I can remove just this part
> > > > of
> > > > the menu, but if I do, how will I access when I need to? Is there another
> > > > way?
> > >
> > >
> > >

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      20th Aug 2007
Anywhere! Wherever you need that functionality!

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Jase4now" <(E-Mail Removed)> wrote in message
newsA96E582-B0C6-4A3C-BA7E-(E-Mail Removed)...
> Can somebody please, tell me where I need to type the code to disable the
> TOOLS menu without removing it?
>
> "catrrmg" wrote:
>
>> maybe you'll try to use a button hidden somewhere from user's eyes to
>> disable/enable the tools menu, eg: runing the below mentioned code
>>
>> "Jase4now" wrote:
>>
>> > Your response doesn't make complete sense to me. How do I get to the
>> > point
>> > where I can access
>> > Application.Commandbars("Worksheet Menu Bar").Controls("Tools").Enabled
>> > =
>> > > False
>> >
>> > "Bob Phillips" wrote:
>> >
>> > > Just disable it
>> > >
>> > > Application.Commandbars("Worksheet Menu
>> > > Bar").Controls("Tools").Enabled =
>> > > False
>> > >
>> > > and enable when required.
>> > >
>> > > --
>> > > ---
>> > > HTH
>> > >
>> > > Bob
>> > >
>> > > (there's no email, no snail mail, but somewhere should be gmail in my
>> > > addy)
>> > >
>> > >
>> > >
>> > > "Jase4now" <(E-Mail Removed)> wrote in message
>> > > news:5EAB0E3B-5598-4FD4-807B-(E-Mail Removed)...
>> > > >I am creating a a shared work book and I don't want the users to
>> > > >have
>> > > >access
>> > > > to the 'TOOLS' part of the menu bar. I know I can remove just this
>> > > > part
>> > > > of
>> > > > the menu, but if I do, how will I access when I need to? Is there
>> > > > another
>> > > > way?
>> > >
>> > >
>> > >



 
Reply With Quote
 
=?Utf-8?B?SmFzZTRub3c=?=
Guest
Posts: n/a
 
      20th Aug 2007
Well, Either your formula is wrong, or telling me to put it anywhere is
wrong! I am not a programmer, so I don't understand what may be 'common
knowledge' to you. I am thinking that it must be put into the VB, but
everywhere I put it, it just turns red and does not work. Is their another
step I am missing?

"Bob Phillips" wrote:

> Anywhere! Wherever you need that functionality!
>
> --
> ---
> HTH
>
> Bob
>
> (there's no email, no snail mail, but somewhere should be gmail in my addy)
>
>
>
> "Jase4now" <(E-Mail Removed)> wrote in message
> newsA96E582-B0C6-4A3C-BA7E-(E-Mail Removed)...
> > Can somebody please, tell me where I need to type the code to disable the
> > TOOLS menu without removing it?
> >
> > "catrrmg" wrote:
> >
> >> maybe you'll try to use a button hidden somewhere from user's eyes to
> >> disable/enable the tools menu, eg: runing the below mentioned code
> >>
> >> "Jase4now" wrote:
> >>
> >> > Your response doesn't make complete sense to me. How do I get to the
> >> > point
> >> > where I can access
> >> > Application.Commandbars("Worksheet Menu Bar").Controls("Tools").Enabled
> >> > =
> >> > > False
> >> >
> >> > "Bob Phillips" wrote:
> >> >
> >> > > Just disable it
> >> > >
> >> > > Application.Commandbars("Worksheet Menu
> >> > > Bar").Controls("Tools").Enabled =
> >> > > False
> >> > >
> >> > > and enable when required.
> >> > >
> >> > > --
> >> > > ---
> >> > > HTH
> >> > >
> >> > > Bob
> >> > >
> >> > > (there's no email, no snail mail, but somewhere should be gmail in my
> >> > > addy)
> >> > >
> >> > >
> >> > >
> >> > > "Jase4now" <(E-Mail Removed)> wrote in message
> >> > > news:5EAB0E3B-5598-4FD4-807B-(E-Mail Removed)...
> >> > > >I am creating a a shared work book and I don't want the users to
> >> > > >have
> >> > > >access
> >> > > > to the 'TOOLS' part of the menu bar. I know I can remove just this
> >> > > > part
> >> > > > of
> >> > > > the menu, but if I do, how will I access when I need to? Is there
> >> > > > another
> >> > > > way?
> >> > >
> >> > >
> >> > >

>
>
>

 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      21st Aug 2007
See also
http://www.rondebruin.nl/menuid.htm

If you are new to VBA read this page
http://www.mvps.org/dmcritchie/excel/getstarted.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Jase4now" <(E-Mail Removed)> wrote in message news:99B783D5-0D05-4CE4-99FE-(E-Mail Removed)...
> Well, Either your formula is wrong, or telling me to put it anywhere is
> wrong! I am not a programmer, so I don't understand what may be 'common
> knowledge' to you. I am thinking that it must be put into the VB, but
> everywhere I put it, it just turns red and does not work. Is their another
> step I am missing?
>
> "Bob Phillips" wrote:
>
>> Anywhere! Wherever you need that functionality!
>>
>> --
>> ---
>> HTH
>>
>> Bob
>>
>> (there's no email, no snail mail, but somewhere should be gmail in my addy)
>>
>>
>>
>> "Jase4now" <(E-Mail Removed)> wrote in message
>> newsA96E582-B0C6-4A3C-BA7E-(E-Mail Removed)...
>> > Can somebody please, tell me where I need to type the code to disable the
>> > TOOLS menu without removing it?
>> >
>> > "catrrmg" wrote:
>> >
>> >> maybe you'll try to use a button hidden somewhere from user's eyes to
>> >> disable/enable the tools menu, eg: runing the below mentioned code
>> >>
>> >> "Jase4now" wrote:
>> >>
>> >> > Your response doesn't make complete sense to me. How do I get to the
>> >> > point
>> >> > where I can access
>> >> > Application.Commandbars("Worksheet Menu Bar").Controls("Tools").Enabled
>> >> > =
>> >> > > False
>> >> >
>> >> > "Bob Phillips" wrote:
>> >> >
>> >> > > Just disable it
>> >> > >
>> >> > > Application.Commandbars("Worksheet Menu
>> >> > > Bar").Controls("Tools").Enabled =
>> >> > > False
>> >> > >
>> >> > > and enable when required.
>> >> > >
>> >> > > --
>> >> > > ---
>> >> > > HTH
>> >> > >
>> >> > > Bob
>> >> > >
>> >> > > (there's no email, no snail mail, but somewhere should be gmail in my
>> >> > > addy)
>> >> > >
>> >> > >
>> >> > >
>> >> > > "Jase4now" <(E-Mail Removed)> wrote in message
>> >> > > news:5EAB0E3B-5598-4FD4-807B-(E-Mail Removed)...
>> >> > > >I am creating a a shared work book and I don't want the users to
>> >> > > >have
>> >> > > >access
>> >> > > > to the 'TOOLS' part of the menu bar. I know I can remove just this
>> >> > > > part
>> >> > > > of
>> >> > > > the menu, but if I do, how will I access when I need to? Is there
>> >> > > > another
>> >> > > > way?
>> >> > >
>> >> > >
>> >> > >

>>
>>
>>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
disabling specific items under tools menu michael.beckinsale Microsoft Excel Programming 0 24th Feb 2010 03:51 PM
OS Choices Menu with XP and ME =?Utf-8?B?anNsbW5z?= Windows XP Help 4 10th Apr 2006 12:24 PM
OS Choices Menu Not Available =?Utf-8?B?Um9iZXJ0IExlZQ==?= Windows XP Help 1 12th Mar 2005 05:27 PM
Retain Toolbar Choices and Settigns within a specific document JohnCollins Microsoft Word Document Management 1 24th Aug 2004 02:24 PM
menu choices kikilein Microsoft Outlook Discussion 2 8th Aug 2004 03:19 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:36 PM.