Hello,
does anyone know why 75% of the time:
Dim xlapp as object
retrypoint:
On error resume next
err.clear
set xlapp = createobject("Excel.Application")
if xlapp = empty then goto retrypoint
err.clear
on error goto 0
works perfectly well, and my 8 modules of macros run just fine, but...