View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default Working with PPT files through Excel VBA

I've done this before, but I'm having some difficulty today and I'm not sure
why.

When I declare my PPT variables, I do something like this:

Dim myPPT As powerpoint.Presentation

I have set the references to use the

Microsoft Powerpoint 11.0 Object Library

It's like the library isn't being recognized.

When I RESTART my system, all is well BRIEFLY. I had no problems yesterday
and today it's giving me errors like my variables aren't declared, when they
are.

Can someone assist?

Thanks,
Barb Reinhardt