Using Excel with VB

Is it possible to call an Excel file from a VB form


Answer this question

Using Excel with VB

  • SaurabhMehta

    Process.Start("MyExcelSheet.xls")

    to actually reference the application you must create an object reference

  • Using Excel with VB