Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
Could you please tell me what's wrong with this code (c# office code behind) : protected void ThisWorkbook_Open() { try { MessageBox.Show(ThisApplication.CommandBars.ToStri ng()); MessageBox.Show(ThisApplication.CommandBars.Count. ToString()); } catch (Exception e) { MessageBox.Show(e.Message); } } The first MessageBox works well and says 'Microsoft.Office.Core.CommandBarsClass' But the 2nd MessageBox fails in 'Object Reference not set to an instance of an Object' How to get number of command bars ? Note : When you create a new 'Excel C#' project, is it normal that the wizard ommits the 'office' reference (which include the Microsoft.Office.Core namespace...) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Any problem of migration for upgrading Office 2007 from Office 200 | Excel Discussion (Misc queries) | |||
Create CommandBar in xl95 code - possible? | Excel Programming | |||
Problem Using an Object Variable in a Class Definition | Excel Programming | |||
Userform with template class module problem | Excel Programming | |||
Userform with template class module problem | Excel Programming |