Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry I did not read your first posting as you said it was to complex, but
that told me the answer I was asking for, and Thanks it works just as I hoped. Thanks again "Mike" wrote: The following code will disable the Tools - Options menu and can be put where you want. One option is to put it in the workbook open event and have corresponding code in the workbook before close event to re-enable the controls. Sub DeactivateIt() With Application.CommandBars("Worksheet Menu Bar") With .Controls("&Tools") .Controls("&Options...").Enabled = False ' Change to true to enable End With End With End Sub Mike "gibsol" wrote: I would like to hide the options box from view (tool/options), any ideas !!?. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
changing options in delete dialog box | Excel Discussion (Misc queries) | |||
Can't make changes in Tools/Options in Excel 2003(2) | Setting up and Configuration of Excel | |||
Disable Query Refresh warning dialog box in Excel 2003 | Excel Discussion (Misc queries) | |||
Can't find AutoRecover file in path specified in Options dialog. | Excel Discussion (Misc queries) | |||
Excel 2002 - options dialog box missing | Excel Discussion (Misc queries) |