View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
bratek[_2_] bratek[_2_] is offline
external usenet poster
 
Posts: 2
Default How to create a live chart



"Debraj Mitra" wrote:

I want to know how to create a live chart on Excel from a set of datas which
will change on adaily basis.


I did a little bit of cheating :)
I made two sub
one create chart and the other delete chart
every time I create chart first I delete it
I put a timer (or you can check if there are new data) and after 1 min it
call create sub :)
I don't know better solution..