Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图找到一种使用 VBA 隐藏/显示某种文本样式的方法。
在 VBA 中制作这样的子的最佳方法是什么?
我要将代码添加到“隐藏/显示”按钮。
ThisDocument.Styles("StyleToToggle").Font.Hidden = Not ThisDocument.Styles("StyleToToggle").Font.Hidden