Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hyperlink in Excel
#2
Code:
Copy      Help
function ~link ~text column row
;EXAMPLE
;ExcelSheet es.Init
;es.Hyperlink("http://www.google.es" "link" 5 3)



if(!ws) Init
Excel.Range r=ws.Cells.Item(row column)
r.Select
BSTR ad=link
VARIANT t=text
ws.Hyperlinks.Add(ws.Application.Selection ad @ @ t)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)