View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Stephen Bullen[_3_] Stephen Bullen[_3_] is offline
external usenet poster
 
Posts: 74
Default Hyperlinks from Bar Charts

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