J
John D
Hi All
I am trying to programatically set styles and I am having problems setting the ListTemplate(number) refer code below. My code is setting the values OK but this code is linking the style to ListTemplate (6) instead of ListTemplate (1
What am I doing wrong or what things should I be looking for to find the erro
Is there any value in giving the ListTemplate a Name and using that
X=
ActiveDocument.Styles(Name).LinkToListTemplate ListTemplate:=ListGalleries(wdBulletGallery).
ListTemplates(X), ListLevelNumber:=
John D
I am trying to programatically set styles and I am having problems setting the ListTemplate(number) refer code below. My code is setting the values OK but this code is linking the style to ListTemplate (6) instead of ListTemplate (1
What am I doing wrong or what things should I be looking for to find the erro
Is there any value in giving the ListTemplate a Name and using that
X=
ActiveDocument.Styles(Name).LinkToListTemplate ListTemplate:=ListGalleries(wdBulletGallery).
ListTemplates(X), ListLevelNumber:=
John D