Hi,
My apologies for asking this question again. I posted this question on the ikonboard forum, but the board disappeared. I did get a reply which looked promising, but I did not get a chance to investigate. My apologies to the helpful person who replied.
I have been exporting graphs as gifs for use on the Intraweb. I have also been publishing sections of Excel documents as HTML and showing them on the web. What I would like to do (if it’s at all possible) is to give the ability for the user to highlight a particular piece of a graph, and for it to pop-up the value of that piece of the graph, in the same way that Excel does.
I have seen in the help files that it’s possible to publish graphs rather than to export them. I haven’t been able to get this to work though. So my two questions are:
.Can I do it?
.Is it worth it? (ie, will I be able to achieve what I want, or will it just give me static gifs anyway?)
For publishing the sections of the spreadsheet, I used:
ActiveWorkbook.PublishObjects.AddxlSourceRange, “filename.htm”, _
“”, “section_name, xlHtmlStatic, “”, “”).Publish (True)).
TIA
Geoff