Is the ElementEnumerator object type no longer available while programming a macro? I am trying to edit all the tags in a file at once and want to parse through each tag indivdually; in the past I used an ElementEnumerator but now I am receiving an error that says "Compilation failed at line 6. (the line I defined the ElementEnumerator) Unknown type." Is there a different way of accessing each tag individually?
↧