View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default chart data label as hyperlink

You can simulate this effect using chart events. Like the example here that
tells you which point was selected and what its values were, but instead of
showing a message box, you carry out the other action after the click.

http://www.computorcompanion.com/LPMArticle.asp?ID=221

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______



"Laoballer" wrote in message
...
is there a way to create data labels for xy scatter chart points that
are hyperlinks to a cell when you click on that data label?

Thanks