Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I was having a problem in Office XP with links to other
spreadsheets. Every time I clicked a link and opened another spreadsheet, the Web and Review toolbars would open. I inserted the follwoing code in each Workbook and it solved the problem: Sub Workbook_Open() ' Hide the "Web" and "Reviewing" Toolbars/Commandbars Application.CommandBars("Web").Visible = False Application.CommandBars("Reviewing").Visible = False End Sub I have now upgraded to Office 2003 and the Web toolbar still opens, even though the code is there. Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening Office 2003 excel file in Office Excel 2007 | Excel Discussion (Misc queries) | |||
Stop Excel from automatically opening the last file | Excel Discussion (Misc queries) | |||
Opening an Office 2003 Excel doc with Office 2000 NT | Excel Discussion (Misc queries) | |||
Opening an Office 2007 Excel file in Office 2003 | Excel Discussion (Misc queries) | |||
How do I stop excel automatically opening in e-mail format? | Excel Discussion (Misc queries) |