PC Review


Reply
Thread Tools Rate Thread

DISABLE FORMULA BAR

 
 
lavoie
Guest
Posts: n/a
 
      28th Jul 2007
Excel 2000

Would like to disable FORMULA BAR from Worksheet Menu Bar (the forth element
of the list

I tried this ... did not worked

Application.CommandBars("DISPLAY").Controls.Item(3).Enabled = False

Thanks

André Lavoie
Quebec



 
Reply With Quote
 
 
 
 
Niek Otten
Guest
Posts: n/a
 
      28th Jul 2007
Hi André,

Not sure what you mean. Maybe:

Application.DisplayFormulaBar = False

?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"lavoie" <(E-Mail Removed)> wrote in message news:e9Lqi.38371$(E-Mail Removed)...
| Excel 2000
|
| Would like to disable FORMULA BAR from Worksheet Menu Bar (the forth element
| of the list
|
| I tried this ... did not worked
|
| Application.CommandBars("DISPLAY").Controls.Item(3).Enabled = False
|
| Thanks
|
| André Lavoie
| Quebec
|
|
|


 
Reply With Quote
 
lavoie
Guest
Posts: n/a
 
      28th Jul 2007
Hi Niek

I know that command but is not what I search

I would like the user could not find and activate FORMULA BAR Command from
the Menu Bar list


"Niek Otten" <(E-Mail Removed)> a écrit dans le message de news:
u$i$(E-Mail Removed)...
> Hi André,
>
> Not sure what you mean. Maybe:
>
> Application.DisplayFormulaBar = False
>
> ?
>
> --
> Kind regards,
>
> Niek Otten
> Microsoft MVP - Excel
>
> "lavoie" <(E-Mail Removed)> wrote in message

news:e9Lqi.38371$(E-Mail Removed)...
> | Excel 2000
> |
> | Would like to disable FORMULA BAR from Worksheet Menu Bar (the forth

element
> | of the list
> |
> | I tried this ... did not worked
> |
> | Application.CommandBars("DISPLAY").Controls.Item(3).Enabled = False
> |
> | Thanks
> |
> | André Lavoie
> | Quebec
> |
> |
> |
>
>



 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      29th Jul 2007
You can disable this option

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

You can use this

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


--

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


"lavoie" <(E-Mail Removed)> wrote in message news:Z9Mqi.40375$(E-Mail Removed)...
> Hi Niek
>
> I know that command but is not what I search
>
> I would like the user could not find and activate FORMULA BAR Command from
> the Menu Bar list
>
>
> "Niek Otten" <(E-Mail Removed)> a écrit dans le message de news:
> u$i$(E-Mail Removed)...
>> Hi André,
>>
>> Not sure what you mean. Maybe:
>>
>> Application.DisplayFormulaBar = False
>>
>> ?
>>
>> --
>> Kind regards,
>>
>> Niek Otten
>> Microsoft MVP - Excel
>>
>> "lavoie" <(E-Mail Removed)> wrote in message

> news:e9Lqi.38371$(E-Mail Removed)...
>> | Excel 2000
>> |
>> | Would like to disable FORMULA BAR from Worksheet Menu Bar (the forth

> element
>> | of the list
>> |
>> | I tried this ... did not worked
>> |
>> | Application.CommandBars("DISPLAY").Controls.Item(3).Enabled = False
>> |
>> | Thanks
>> |
>> | André Lavoie
>> | Quebec
>> |
>> |
>> |
>>
>>

>
>


 
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
Disable formula Bar in Option Menu black_sun@email.it Microsoft Excel Programming 3 11th May 2009 11:27 AM
disable formula toolbar dropdown =?Utf-8?B?bmNoYXR0eQ==?= Microsoft Excel Misc 1 5th Jul 2007 06:58 PM
How do I conditionally disable a formula? =?Utf-8?B?QkI=?= Microsoft Excel Misc 3 21st Mar 2006 11:47 PM
how do I disable the formula bar? =?Utf-8?B?ZGlzYWJsZWQ=?= Microsoft Excel Misc 1 8th Jan 2005 02:06 PM
how to disable formula bar? Ric Microsoft Excel Discussion 3 11th Jan 2004 10:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:59 AM.