I have the following code

xrange = ActiveChart.SeriesCollection(1).XValues
I then get the first value of the variant using

startdate = xrange (1)
But how do I get the last date?

Schwizer