Question

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

Était-ce utile?

La solution

try this:

excel.setProperty("EnableEvents", new Variant(false));
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top