本文介绍了如何使用VBA在Macintosh上隐藏Word文档?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嗨
在Windows上,我们可以说`ThisDocument.ActiveWindow.Visible = False`
On Windows, we can say `ThisDocument.ActiveWindow.Visible = False`
但是在Mac上,` Visible`属性不可用。
But on Mac, the `Visible` property is not available.
我们如何在Mac上隐藏文档?
How can we hide the document on Mac?
Office 2010。
Office 2010.
Thx!
推荐答案
这篇关于如何使用VBA在Macintosh上隐藏Word文档?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!