Excel - cannot close Excel

Asked By Mygsd
13-Apr-07 12:46 PM
As a result of other application updates, I am unable to close my Excel
software.  The X in the upper right hand box is not live.  Can anyone tell me
how to get this working again?
Excel
(1)
Application
(1)
  Elka replied...
13-Apr-07 01:16 PM
Sounds like a problem associated with Novell GroupWise Application Integration
If you're using GroupWise, then try this:

Close Excel (You can still use FILE -- EXIT)
Open GroupWise
From the TOOLS Menu, choose "Options"
Double-Click the "Documents" icon
You may receive an error here, if so, just click OK
You should now see a "Documents Setup" window
Uncheck the box for "Enable Integrations"
Click OK
Open Excel again, the Close Button should now be active

HTH,
Elkar
  Mygsd replied...
13-Apr-07 01:26 PM
Thank you.  It did start when we had a Groupwise upgrade.  I will try that
and I am sure it will work.
Create New Account
help
Microsoft.Office.Interop.Excel myexcel = new EXCEL.Application() Excel I keep getting the error message when trying to execute Microsoft.Office.Interop.Excel.Application myexcel = new Microsoft.Office.Interop.Excel.Application() In the bigining the error message was Retrieving the COM class factory for component with
How to code macro to close Excel Application? Excel Does anyone have any suggestions how to code macro to close Excel Application? I have a macro coding, and would like to add code to close Excel Application at the end of macro. Does anyone have any suggestions? Thanks in advance for any suggestions Eric Excel Programming Discussions EricTryApplication.DisplayAlerts (1) Workbooks (1) Excel (1) Application.DisplayAlerts (1) Macro (1) BenitoBarcelona
appXL = CreateObject("Excel.Application") Excel Hi Both Excel 2003 and Excel 2007 are installed on a subset of machines How to control the object version open when this script line is executed ? Set appXL = CreateObject("Excel.Application") The test on two machines shows that it is the xcel 2003 (version 11.0 opened, the same one you get if you doubleclick on an .xls file while neither Excel 2k3 nor Excel 2k7 is opened. . . Does it mean there is somewhere a variable that
Excel related Excel when i opening excel application, excel with opening as default sheet2 page.whereas the default sheet1 should be open.please suggest. Excel Charting Discussions Microsoft Excel (1) Excel (1) Thiyagu (1) Page.whereas (1) Open.please (1) Sheet2 (1) You may have another
excel does not opens on IIS Excel I have a simple c# application Excel.Application excelApp = new Excel.Application(); excelApp.Visible = true; string workbookPath = " / book.xls"; excelApp.Application.Workbooks.Open(workbookPath, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing