Load GIF into Spreadsheet with OWC11

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
 
G

Guest

uh why are you trying to load an image into a spreadsheet control?

can't you just display the image in your webpage?
 
J

javi-on

I build de XLS and save it.
After I can send by email, show in Screen, etc.
I need save the XLS with de "image" "INCRUSTED" (with hyperlink).
I dont know another method.. :-(
uh why are you trying to load an image into a spreadsheet control?

can't you just display the image in your webpage?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top