Hi all,
I hope someone can help me. I posted before but I guess the long message made it hard for people to help out.
Is there a way to refer to the Active sheet instead of its name : "Sheet1" in this code. This is because I am trying to iterate creating charts for all worksheet in the file.
I tried using ActiveSheet.Name, but it didnt work out
ActiveChart.SeriesCollection(1).XValues = "Sheet1!R2C19:r900C19"
Bookmarks