Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 80
Default Custom Toolbars

I have developed an application with custom toolbars. At the end of my
toolbar Excel adds a drop down 'Tool Bar Option' that lets the user customize
the toolbars. Whilst I have set my custom bar option to no customise, the
user can still create a new toolbar and add their own controls!

Is it possible to disable this drop down or is there some other way to
prevent the user from accessing the customize toolbar options?

Many thanks


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Custom Toolbars

You would just set the Enabled property of the control to False. You access
the control either via a control variable that you setup when you add the
control, or via CBname.Controls(control_caption) object.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Nigel RS" wrote in message
...
I have developed an application with custom toolbars. At the end of my
toolbar Excel adds a drop down 'Tool Bar Option' that lets the user

customize
the toolbars. Whilst I have set my custom bar option to no customise, the
user can still create a new toolbar and add their own controls!

Is it possible to disable this drop down or is there some other way to
prevent the user from accessing the customize toolbar options?

Many thanks




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 80
Default Custom Toolbars

Hi Bob
Thanks for the reply. I understand the setting of the controls I set up in
my toolbar but this is a control set by Excel. Not sure what it is called
other than when you click it, it shows 'Toolbar Option' with a further menu
showing 'Add or Remove Buttons' then my Bar which is disabled and 'Customize'
- it is from here that users can create their own toolbar.

Hope this makes sense?

Cheers
Nigel

"Bob Phillips" wrote:

You would just set the Enabled property of the control to False. You access
the control either via a control variable that you setup when you add the
control, or via CBname.Controls(control_caption) object.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Nigel RS" wrote in message
...
I have developed an application with custom toolbars. At the end of my
toolbar Excel adds a drop down 'Tool Bar Option' that lets the user

customize
the toolbars. Whilst I have set my custom bar option to no customise, the
user can still create a new toolbar and add their own controls!

Is it possible to disable this drop down or is there some other way to
prevent the user from accessing the customize toolbar options?

Many thanks





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
Custom Toolbars? Sharon Excel Programming 3 June 29th 09 09:37 PM
Custom Toolbars..? Andrew[_9_] Excel Discussion (Misc queries) 2 January 20th 09 12:54 AM
Custom toolbars (not again!!!) Sharon Excel Programming 1 March 24th 06 02:28 PM
Custom Toolbars blackfish Excel Programming 1 December 23rd 05 09:32 PM
Custom ToolBars Julian[_3_] Excel Programming 1 January 8th 04 06:22 PM


All times are GMT +1. The time now is 03:09 AM.

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

About Us

"It's about Microsoft Excel"