View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
et10yl et10yl is offline
external usenet poster
 
Posts: 8
Default Macro creates two graphs instead of one?

Hi,
I used the macro recorder to record all the steps that I took to create a
graph. However, when I try to run the macro, it creates two versions of the
graph that I want - putting them in as Chart1 and Chart 2 (or whatever else
the numbers happen to be) in my workbook.

Chart1 is usually the chart that I want, which has a title and data table,
and Chart2 is the same chart but without the title and data table. I only
want Chart1. Any thoughts on why Excel is doing this?

FYI, I am creating a bar graph, and the macro is supposed to define chart
title and put in the data table under the graph.

Thanks!