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