View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael[_27_] Michael[_27_] is offline
external usenet poster
 
Posts: 41
Default Scrolling through several graphs on one chart?

Hi everyone,

Suppose you have a 2D chart with multi-graphs inside; each represent
different solution for example.

Imagine, using VBA, you can create a Spin-button to scroll in-between
those solutions on the chart one-by-one. For example, solution 1 on
the chart will flash for 5 second, next solution 2 will flash and so
on...

On the other side, how can you select two or more solutions to flash
at the same time; for the sake of comparison?

Is this doable?

Regards,
Mike