View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
meatshield meatshield is offline
external usenet poster
 
Posts: 39
Default Counting the number of graphs

On Mar 29, 2:10 pm, "ccfcrup" wrote:
Is there a method, using VB, to count the number of graphs I have
within a sheet or workbook?


I think ActiveSheet.ChartObjects.Count works.