Re: PowerPoint Question

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi,

Can you make use of the ViewType property to check and set to a view that allows your code to function?

[From Help file]

With Application.ActiveWindow
If .ViewType = ppViewNormal Then
.ViewType = ppViewSlideSorter
End If
End With

Cheers
Andy

Edvado wrote:
Cindy M. <C.Meister-C@xxxxxxxxxx> wrote:


Hi Edvado,


I have a complex macro/VBA project that runs in PowerPoint on the
visible main slide.


Since you havent' gotten a reply here, try asking in the powerpoint newsgroup.



Nah, they'd just point me to the VBA group.
.