I have written a macro which exports an Excel chart by saving it as a GIF file.
I then display the chart on a VB form using an Image box.

I have heard that there is a more impressive way of doing this. It apparently plots the points of the graph onto the VB form one at a time.

Do you know where i can learn how to do this?