Is there a method, using VB, to count the number of graphs I have within a sheet or workbook?
C ccfcrup Mar 29, 2007 #1 Is there a method, using VB, to count the number of graphs I have within a sheet or workbook?
M meatshield Mar 29, 2007 #2 Is there a method, using VB, to count the number of graphs I have within a sheet or workbook? Click to expand... I think ActiveSheet.ChartObjects.Count works.
Is there a method, using VB, to count the number of graphs I have within a sheet or workbook? Click to expand... I think ActiveSheet.ChartObjects.Count works.