REGISTER.ID Function Explained

The REGISTER.ID Function in Microsoft Excel is used to register an add-in with a given ID. It takes two arguments: ID and Name. The ID argument is a string that uniquely identifies the add-in, and the Name argument is a string that specifies the name of the add-in. The function returns a Boolean value indicating whether the registration was successful.

REGISTER.ID Function Syntax

REGISTER.ID(reference, type, [server])

  • reference: The reference argument is a text string that contains the name of the object to be registered.
  • type: The type argument is a text string that specifies the type of object to be registered.
  • server: The server argument is an optional text string that specifies the name of the server on which the object is located.