K
Kenny Bones
Hi, I remember seing something about this some time ago. Someone at these
forums I think mentioned that there's a bug in Word 2003 or something which
causes the numbering of styles to fail when styles are updated from one
document to another?
I just found out, I've got this macro containing only a single line of code
which updates the styles from one template over to the other. Everything
works, except a style which has numbering enabled on it. I've got two styles,
one style with bullets, and one with plain numbering. The style with
numbering somehow get attached to the bullet style, only with an extra
indention.
Any idea how to overcome this bug?
Btw: My macro looks like this:
AppWord.ActiveDocument.CopyStylesFromTemplate("template.doc")
forums I think mentioned that there's a bug in Word 2003 or something which
causes the numbering of styles to fail when styles are updated from one
document to another?
I just found out, I've got this macro containing only a single line of code
which updates the styles from one template over to the other. Everything
works, except a style which has numbering enabled on it. I've got two styles,
one style with bullets, and one with plain numbering. The style with
numbering somehow get attached to the bullet style, only with an extra
indention.
Any idea how to overcome this bug?
Btw: My macro looks like this:
AppWord.ActiveDocument.CopyStylesFromTemplate("template.doc")