View Single Post
 
Old 07-17-2017, 04:03 PM
eduzs eduzs is offline Windows 10 Office 2010 32bit
Expert
 
Join Date: May 2017
Posts: 266
eduzs is on a distinguished road
Default Show a hidden document window.

I was able to open hidding or hide a document with commands like:
documents.open ..., visible:=false
activedocument.activewindow.visible=false
BUT, I was unable to show again the document, nothing works:
activedocument.activewindow.visible=true
etc.
__________________
Backup your original file before doing any modification.
Reply With Quote