Pregunta

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

¿Fue útil?

Solución

try this:

excel.setProperty("EnableEvents", new Variant(false));
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top