K
KAM
I am trying to add a paragraph style though vba in Word 2007.
ActiveDocument.Styles.Add Name:="MINE", Type:=wdStyleTypeParagraph
OR
ActiveDocument.Styles.Add ("MINE")
Both ways apply the style as a CHARACTER style.
Can anyone tell me how to add a PARAGRAPH style in vba?
By the way, BOTH the above worked just fine in Word 2003.
AND, I am stuck adding the styles "manually" through code instead of using
..organizercopy since .organizercopy (in vba) does not want to work with a doc
if it is not saved locally!! Ughh!
Any help is greatly appreciated!
ActiveDocument.Styles.Add Name:="MINE", Type:=wdStyleTypeParagraph
OR
ActiveDocument.Styles.Add ("MINE")
Both ways apply the style as a CHARACTER style.
Can anyone tell me how to add a PARAGRAPH style in vba?
By the way, BOTH the above worked just fine in Word 2003.
AND, I am stuck adding the styles "manually" through code instead of using
..organizercopy since .organizercopy (in vba) does not want to work with a doc
if it is not saved locally!! Ughh!
Any help is greatly appreciated!