I am using VSTO 2010 & Excel 2007 to generate a report and save it as a PDF with no user intervention. Problem is that Excel pops up when it executes the Open statement or if minimised shows on task bar.
The VSTO code:
Dim xlApp As New Excel.Application
xlApp.Visible = False...