Is there a way to determine the ListTemplates item in use in the selected paragraph? It seems I can find all kind of other information about a paragraph, but not which item in the gallery is being used (as an integer).
This is what I have tried:
ListGalleryNum = ListGalleries(wdOutlineNumberGallery).ListTemplates.Item
but that of course returns an arguement not optional error. It seems you can use this to specify the ListTemplates item, just not to determine it.
Thanks for the help!!
Troy