Trouble automating PowerPoint XP
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I've got a problem regarding PowerPoint XP. In Office 2000 the following lines worked just perfectly: Dim ppApp As PowerPoint.Application Set ppApp = New PowerPoint.Application With PowerPoint XP I always get the error message: "ClassFactory cannot supply requested class". It works fine in VBA (code entered directly in PowerPoints VB Editor) but not from Visual Basic. Can anyone help? Thanks, Ruediger