S
Stefan Blom
You can use the wdBuiltinStyle constants. For example, the
Normal style can be referenced by wdStyleNormal:
Debug.Print ActiveDocument.Styles(wdStyleNormal).NameLocal
would print to the Immediate Window (Direktfönstret) the
local name of the Normal style (which is "Normal" in English
and Swedish).
For a list of all wdBuiltinStyle constants look in the
Object Browser (Objektgranskning) in the Visual Basic
Editor.
Normal style can be referenced by wdStyleNormal:
Debug.Print ActiveDocument.Styles(wdStyleNormal).NameLocal
would print to the Immediate Window (Direktfönstret) the
local name of the Normal style (which is "Normal" in English
and Swedish).
For a list of all wdBuiltinStyle constants look in the
Object Browser (Objektgranskning) in the Visual Basic
Editor.