Aug 7, 2010 #1 arvarr MIS Nov 24, 2009 260 AU Hi Is there any way via VBA that I can add up the values of the DataLabels in chart? Thanks.
Aug 7, 2010 #2 S SkipVought Programmer Dec 4, 2001 47,492 US Hi, Aren't the values of the datalabels, the values in your chart source data on a sheet? Skip, Just traded in my old subtlety... for a NUANCE! Upvote 0 Downvote
Hi, Aren't the values of the datalabels, the values in your chart source data on a sheet? Skip, Just traded in my old subtlety... for a NUANCE!
Aug 7, 2010 Thread starter #3 arvarr MIS Nov 24, 2009 260 AU Hi Skip Yes, you are correct, it is in the source data. However, is there a code to retrieve the values directly from the chart? Thanks. Upvote 0 Downvote
Hi Skip Yes, you are correct, it is in the source data. However, is there a code to retrieve the values directly from the chart? Thanks.
Aug 7, 2010 #4 S SkipVought Programmer Dec 4, 2001 47,492 US Check out the DataLable object of the Point object of the Series object. The DataLable object has several properties. I thin you'll find it there. Skip, Just traded in my old subtlety... for a NUANCE! Upvote 0 Downvote
Check out the DataLable object of the Point object of the Series object. The DataLable object has several properties. I thin you'll find it there. Skip, Just traded in my old subtlety... for a NUANCE!
Aug 7, 2010 #5 S SkipVought Programmer Dec 4, 2001 47,492 US http://msdn.microsoft.com/en-us/library/bb223732(office.12).aspx Skip, Just traded in my old subtlety... for a NUANCE! Upvote 0 Downvote
http://msdn.microsoft.com/en-us/library/bb223732(office.12).aspx Skip, Just traded in my old subtlety... for a NUANCE!
Aug 8, 2010 Thread starter #6 arvarr MIS Nov 24, 2009 260 AU Thanks Skip , All good now. I was using datalabel.value instead of datalabel.text so it did not work the first time. Thanks for all your help. Upvote 0 Downvote
Thanks Skip , All good now. I was using datalabel.value instead of datalabel.text so it did not work the first time. Thanks for all your help.