Excel Function : REGISTER.ID
Category
Add-in and Automation
Description
Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered
Microsoft Excel Reference Page
https://support.office.com/en-us/article/REGISTERID-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50
Syntax and Description of the REGISTER.ID Excel Function
The syntax for the REGISTER.ID function in Microsoft Excel is: REGISTER.ID(id, value, [type]) Where: id – The ID of the register to update value – The value to store in the register [type] – The data type of the value (optional)
About REGISTER.ID Excel Function
The REGISTER.ID function returns a registration identifier for a COM add-in. The syntax for the REGISTER.ID function is: REGISTER.ID(progid, typelib, major, minor) progid is the programmatic identifier of the COM add-in. typelib is the type library identifier of the COM add-in. major is the major version number of the COM add-in. minor is the minor version number of the COM add-in.