S
Someone
Hello,
I'm trying to create a template, so that when it is opened, the only option
to appear in the formatting toolbar is the Style dropdown (all of the other
options are hidden in the formatting toolbar). I've been trying with the
following lines for each function in the formatting toolbar and they don't
work.
With ActiveDocument
..Commandbars("Formatting").Controls("Font").Visible = False
End with
I was hoping someone can help.
Thanks in advance.
I'm trying to create a template, so that when it is opened, the only option
to appear in the formatting toolbar is the Style dropdown (all of the other
options are hidden in the formatting toolbar). I've been trying with the
following lines for each function in the formatting toolbar and they don't
work.
With ActiveDocument
..Commandbars("Formatting").Controls("Font").Visible = False
End with
I was hoping someone can help.
Thanks in advance.