Message 1 of 1
Presentation Document DesignViewAssociative
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm trying to make the active Scene in a Presentation Document Associative.
Here is the Code that I'm using
Sub Design_View_Associative()
Dim oPres As PresentationDocument
Set oPres = ThisApplication.ActiveDocument
Dim oActiveScene As PresentationScene
Set oActiveScene = oPres.ActiveScene
oActiveScene.DesignViewAssociative = True ' Here i get an Error
End Sub
In the API Documentation it is set to Read and Write property
I'm wondering why it is not working ? !
One more thing that i noticed, the API for Active Scene sometimes troughs errors.
It would be great if someone could help at that point, Thanks in advance !
If this solved your problem, or answered your question, please click ACCEPT SOLUTION.