W
Wolfgang Vogelgesang
Hi,
the visibility of styles in Word 2002's Styles and
Formatting task bar can be controlled as follows:
- open the task bar's "Show" combo box
- choose "Custom..."
- now you can select which styles are to be visible for
the "All styles" category, for example
If you record this, the macro contains lines like this:
ActiveDocument.Styles("Footnote Text").Visibility = True
However, if you run this macro, the visibiliy of the
Footnote Text style is not modified.
Thanks in advance for any hint.
Wolfgang
the visibility of styles in Word 2002's Styles and
Formatting task bar can be controlled as follows:
- open the task bar's "Show" combo box
- choose "Custom..."
- now you can select which styles are to be visible for
the "All styles" category, for example
If you record this, the macro contains lines like this:
ActiveDocument.Styles("Footnote Text").Visibility = True
However, if you run this macro, the visibiliy of the
Footnote Text style is not modified.
Thanks in advance for any hint.
Wolfgang