![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Location: Manchester, UK
Posts: 95
|
I have a worksheet that has all toolbars removed and a custom toolbar inserted to allow only the options I want to be used. This custom toolbar has been locked using msoBarNoCustomize to stop people adding buttons to it. You can however still create new toolbars which defeats all the measures I have taken to secure my sheet.
Is it possible to remove this backdoor - preferably by removing the Customize button from the shortcut menu when right clicking the toolbar. |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
Quote:
application.commandbars("Toolbar List").enabled = false |
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Location: Manchester, UK
Posts: 95
|
Thanks Ivan.
|
|
|
|
|
|
#4 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|