Home Forums Data Warehousing Integration Services IS 2008 Triggering an Excel Macro via Script Task - The Binary Code for the script is not found RE: IS 2008 Triggering an Excel Macro via Script Task - The Binary Code for the script is not found

  • I did. I read this along with lots of other articles but Im still far from understanding whats going on...

    I dont know C# code at all so by that point its gets very difficult to understand.

    Is it saying that you add

    using System;

    using System.Collections.Generic;

    using System.ComponentModel;

    using System.Data;

    using System.Drawing;

    using System.Linq;

    using System.Text;

    using System.Windows.Forms;

    using Excel = Microsoft.Office.Interop.Excel;

    Before you then add your VBA Script?