I am trying to delete document variables by an index and not by name, ex: ActiveDocument.Variables("books").Delete()
instead this: activedocument.variables(x).delete
I have not been able to find any examples, is it possible to delete by an index or does each variable need to be named in order to delete.
cramd
instead this: activedocument.variables(x).delete
I have not been able to find any examples, is it possible to delete by an index or does each variable need to be named in order to delete.
cramd