add_external_name method

add_external_name(self, text, refer_to)

Adds an external name.


def add_external_name(self, text, refer_to):
    ...
ParameterTypeDescription
textSystem.StringThe text of the external name.
If the external name belongs to a worksheet, the text should be as Sheet1!Text.
refer_toSystem.StringThe referTo of the external name. It must be a cell or the range.

See Also