Search results for query: *

  1. D

    Excel application (automated through VB.net) cannot be seen!

    Hello all, My ASP.NET application attempts to export data into an Excel workbook using the following code: Dim excelFileRef As Excel.Application excelFileRef = New Excel.Application Dim wbookNew As Excel.Workbook wbookNew = excelFileRef.Workbooks.Add 'Save Instructions to Excel Workbook...
Back
Top