Hyperlink-TextLabel
Origin supports various types of hyperlinks in text labels. The syntax for links is as follows:
In each case, the link is put into the text box in the object Properties Programming tab (Alt+double click on the text label) while the displayed text is put into the text box on the Text tab (Double-click). The text label will be underlined indicating that it is a hyperlink.
A text label can also be made into a button that performs some action when clicked. See Examples 3 and 4 for instructions.
range://[book1]sheet1!col(1)[100]
Note: the link will do nothing if the destination range doesn't exist.
run -LK "help://origin.chm/UserGuide/The_(Plot_Details)_Spacing_Tab.html"
run -LK "notes://Notes1"
Note: the button will do nothing if the specified Notes window doesn't exist.
Refer to this page to see more examples.