Message 1 of 10

Not applicable
11-10-2011
08:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I'm trying to make a translucent part file to a opaque part file by using the below code
Dim oDocument As Document
Set oDocument = ThisApplication.ActiveDocument
oDocument.ActiveRenderStyle.Opacity = 1 'making the body opaque
But it doesnot help.Can someone please let me know how to do it through code.
PS: attached is the process of doing it manually
Thank You
Solved! Go to Solution.