excel_2009
Active Member
- Joined
- Sep 14, 2009
- Messages
- 318
Hi Excel gurus,
Quick question, how can i delete the "series" key from an excel chart?
i'm using the current coding to move the actual graph, but was wondering if its possible to delete the "series":
Thank you!
Quick question, how can i delete the "series" key from an excel chart?
i'm using the current coding to move the actual graph, but was wondering if its possible to delete the "series":
Code:
Set chtObj = ActiveSheet.ChartObjects(1)
chtObj.Left = Cells(32, 1).Left
chtObj.Top = Cells(32, 1).Top
chtObj.Legend.Select
Thank you!