Hyperlinks from Bar Charts

  • Thread starter Thread starter Mark Stephens
  • Start date Start date
M

Mark Stephens

Does anyone know if it possible to draw a bar chart and then program it to
assign a certain hyperlink to each bar. What I want to do is dynamically
link the bar chart to a line graph that corresponds to it. Thanks for your
help, Mark
 
Hi Mark,
Does anyone know if it possible to draw a bar chart and then program it to
assign a certain hyperlink to each bar. What I want to do is dynamically
link the bar chart to a line graph that corresponds to it. Thanks for your
help, Mark

There's nothing built in, but in theory, it should be possible to trap the
MouseDown event in the chart's code module, identify which bar the mouse is
over (if any), then activate the sub-chart yourself.

Regards

Stephen Bullen
Microsoft MVP - Excel
www.BMSLtd.ie
 

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

Back
Top