Hi,

I am wondering what is the best way to read through an existing chart. For example, lets say I have a chart on my worksheet:

A B
1 5
2 6
3 7
4 8

How would I go retrieve each element in that order?
I am new to VBA, so syntax might be a problem. Thank you very much!