
So suppose you want to find the style Id of the built-in style of paragraph 1 of the document, you can use something like For i = -1 To -375 You can discover it by looping through the available wdBuiltinStyle Ids (which start with -1 = "Normal", -2 = "Heading 1", and, as far as I know, currently use all the values from around -1 to -375 with no As far as I know, nothing in the object model gives you the standard ("English") name when the installation language (default display language) is not English.įor most purposes, for the builtin styles, the thing to do is work with the wdBuiltinStyle enumeration as much as possible, but that is not straightforward because the Style object does not actually have a property that tells you what the wdBuiltinStyle
