Question: How to display hyperlink programmatically

Is it possible to print/display a hyperlink within a worksheet (programatically, not by clicking menu)?

For example:

Software:="Maple";  # URL:=www.maplesoft.com

so it outputs:

Maple
 

Please Wait...