View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KD[_3_] KD[_3_] is offline
external usenet poster
 
Posts: 15
Default RunTime Error (Automation Error)

Hi,

I have written some vba code that picks up data from an
excel worksheet and creates a new PowerPoint presentation
with the data. The only problem I seem to be getting is
that sometimes (and at different places) I generate a run-
time error. The full error message is as follows :

"RunTime Error '-2147467259 (80004005)' Automation Error"

Asd I said this appears at different places when running
the same macro on the same set of data. Can anyone help
me as it is very frustrating as I cannot really test the
code fully !

Many thanks
KD