J
Jakob Olsen
Hi,
I have a template where the Heading 1 style is Arial 18 pt. In my normal.dot
the Heading 1 style is Arial 14 pt.
I have a macro that creates a new document and sets the AttachedTemplate
(ActiveDocument.AttachedTemplate = blahblah.dot), but when I look at the
document the Heading 1 style is still Arial 14 pt (the style from
Normal.dot) and not Arial 18 pt. (the style from my template). When I look
in the VBE I can see that my document is referencing my template and not
Normal.dot.
Why is my Heading 1 style the one from Normal.dot and not the one from my
template?
Y/Jakob
I have a template where the Heading 1 style is Arial 18 pt. In my normal.dot
the Heading 1 style is Arial 14 pt.
I have a macro that creates a new document and sets the AttachedTemplate
(ActiveDocument.AttachedTemplate = blahblah.dot), but when I look at the
document the Heading 1 style is still Arial 14 pt (the style from
Normal.dot) and not Arial 18 pt. (the style from my template). When I look
in the VBE I can see that my document is referencing my template and not
Normal.dot.
Why is my Heading 1 style the one from Normal.dot and not the one from my
template?
Y/Jakob