PC Review


Reply
Thread Tools Rate Thread

disable toolbars

 
 
=?Utf-8?B?cHN3YW5pZQ==?=
Guest
Posts: n/a
 
      28th Jun 2007
what code would i enter to have the standard, formating, drawing toolbars be
disabled when a work book open? (right click on edit.... etc)
 
Reply With Quote
 
 
 
 
=?Utf-8?B?TWlrZSBI?=
Guest
Posts: n/a
 
      28th Jun 2007
Hi,

Don't forhget to enable them in workboo_before close

Private Sub Workbook_Open()
Application.CommandBars("standard").Enabled = False
Application.CommandBars("format").Enabled = False
Application.CommandBars("drawing").Enabled = False
End Sub

Mike


"pswanie" wrote:

> what code would i enter to have the standard, formating, drawing toolbars be
> disabled when a work book open? (right click on edit.... etc)

 
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
how to cause toolbars to be disable in a form Chris Peel Microsoft Outlook Form Programming 1 23rd Aug 2007 02:46 PM
Disable toolbars =?Utf-8?B?YWNvcmVz?= Microsoft Access Form Coding 5 8th Dec 2006 12:45 PM
How to disable toolbars =?Utf-8?B?U3RldmU=?= Microsoft Access 2 19th Mar 2004 08:12 PM
Re: How Do I Disable The Toolbars? Joshua A. Booker Microsoft Access Forms 0 19th Mar 2004 07:17 PM
Disable Toolbars... Permanently Justin Swall Microsoft Excel Misc 3 5th Feb 2004 02:28 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:14 PM.