Creates a new Hyperlink object with a specified address and tooltip, enabling the addition of interactive links to the Excel workbook. Allows for embedding clickable hyperlinks within spreadsheet cells to direct users to external resources, other documents, or locations within the same workbook.
address
A string specifying the URL or document path the hyperlink points to. This can be an external web address, a path to a file, or a reference to a location within the workbook.
tooltip
A string providing descriptive text that appears when the user hovers over the hyperlink.
A new instance of the Hyperlink object, configured with the specified address and tooltip.