View Single Post
 
Old 10-17-2016, 05:25 AM
anderjoa anderjoa is offline Windows 7 64bit Office 2016
Novice
 
Join Date: Oct 2016
Posts: 6
anderjoa is on a distinguished road
Question Zoom, Unprotect-error in 2016

We have a PowerBuilder-application that opens document in Word.
With Office 2007 the following works for example:

Activedocument.ActiveWindow.ActivePane.View.Zoom.P ercentage = WORD_ZOOM_PERCENTAGE

.ActiveDocument.unProtect()

I am now testing Office 2016 and receive errors. I have looked at the Object Model and I don't see that anything has changed.

Any ideas?
Reply With Quote