How do I check to see what styles are available with the normal.dot? Thanks.
C Colin Dash Jan 8, 2004 #1 How do I check to see what styles are available with the normal.dot? Thanks.
H Helmut Weber Jan 9, 2004 #2 Hi Colin, until someone with a better solution comes along: --- Dim St As Style Application.NormalTemplate.OpenAsDocument For Each St In ActiveDocument.Styles Debug.Print St.NameLocal Next ActiveDocument.Close savechanges:=wdDoNotSaveChanges
Hi Colin, until someone with a better solution comes along: --- Dim St As Style Application.NormalTemplate.OpenAsDocument For Each St In ActiveDocument.Styles Debug.Print St.NameLocal Next ActiveDocument.Close savechanges:=wdDoNotSaveChanges