Using Interop to render a number of Excel files to XPS. Many .Open fail with error message VBA requires a component that is not currently installed. If I click OK it continues. Can I configure it to skip VBA? Using Office 2010 64bit on Windows 2008 Server.
Share
you can set this property of Application Object and it won’t show excel errors. But I’d suggest to fix the installation error if your program is going to call VBA code or macro.