View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default Working with PPT files through Excel VBA

Does that computer have an earlier Office version than 2003?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Barb Reinhardt" wrote in message
...
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