J
javi-on
Hi, I try load a image into a Spreadsheet with OWC11 using the Hyperlink
Object, bud a image is not loaded (the hyperlink is created, bud clicking in
they open a image in a new window).
What is wrong?
Code:
Dim Excel
Set Excel = Server.CreateObject("OWC11.Spreadsheet")
Dim hypHyperlink
Set hypHyperlink = Excel.Range("B2").Hyperlink
hypHyperlink.Address = "http://myserver/img/myimage.gif"
hypHyperlink.Follow
Thanks
Object, bud a image is not loaded (the hyperlink is created, bud clicking in
they open a image in a new window).
What is wrong?
Code:
Dim Excel
Set Excel = Server.CreateObject("OWC11.Spreadsheet")
Dim hypHyperlink
Set hypHyperlink = Excel.Range("B2").Hyperlink
hypHyperlink.Address = "http://myserver/img/myimage.gif"
hypHyperlink.Follow
Thanks