Search code examples
javaexcelvb6jacobvba

Open a workbook without the Auto_Openening


How i can open a workbook without the Auto_Open running using Jacob ??


Solution

  • try this:

    excel.setProperty("EnableEvents", new Variant(false));