View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JG Scott JG Scott is offline
external usenet poster
 
Posts: 20
Default creating multiple charts at each change in variable

I have a table with the following structu

Company Sales Receivables


At each change in "Company" I would like to create a bar graph of
"Sales" and "Receivables". I would appreciate some VBA to accomplish
this.

Thanks.

JG Scott