View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cr113 cr113 is offline
external usenet poster
 
Posts: 11
Default How to change chart properties.


Suppose you insert 2 charts "non programmatically" in an Excel
worksheet (click InsertColumnStacked Colum for example). How would
you change the chart properties programmatically? I've used the shapes
collection, but that only worked for me with one chart. The problem is
that I don't know how to differentiate between multiple charts. Is
there some way to name the chart or shape somehow?