A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Office requires full admin rights
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello Folks,
I have just migrated Office 2013 to Office 2021 in my machine.
I am using the Office application through the COM model, where I create new Excel.Application() and then export it to a fixed XPs format and then close the excel application using Excel.Quit().
Excel.Quit() works fine when I run my application through Admin user.
But when I use a non - admin user which is less privileged the Excel.Quit() complains by throwing a :-
System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800AC472
at Microsoft.Office.Interop.Excel.ApplicationClass.Quit()
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Office requires full admin rights