Creating links on the bars of a bar graph

A

ankur.shanker

Hello!

I want to provide links on the bars of a bar graph. Say, if a bar graph
has 5 bars, I would like to place a hyperlink in each of those 5 bars.
And each hyperlink would take me to a different worksheet.

Please let me know if this is really possible!

Regards,
Ankur
 
J

Jon Peltier

You can do it using chart events. It requires a little bit of VBA
programming. This article explains how to set up chart events. Where it
shows how to identify the point clicked on by the user (about halfway
through), rather than pop up a message box with information about the point,
activate the desired worksheet.

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

- Jon
 

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