Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default Multiple Graphs VBA

Hi
I am trying to create a macro which creates multiple scatter graphs from a
simple list where column A has the x axis value, column y has the y axis
value and column c has a lable which is the graph title. This list is sorted
on column c and whenever this value changes, a new graph in a new worksheet
is needed. I don't require a trendline - in fact I would like each chart to
have a pre-existing median line
Ed
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Multiple Graphs VBA

I would think that you would need to update all graphs if the table changed
since you may be adding rows in the middle of the original table. Each graph
is linked to the source table and adding rows in the midle of the source
table would change all the graphs. It may be simplier of deleting all graphs
in the workbook and then re-adding all the graphs.

"Eddie" wrote:

Hi
I am trying to create a macro which creates multiple scatter graphs from a
simple list where column A has the x axis value, column y has the y axis
value and column c has a lable which is the graph title. This list is sorted
on column c and whenever this value changes, a new graph in a new worksheet
is needed. I don't require a trendline - in fact I would like each chart to
have a pre-existing median line
Ed

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple graphs Don[_28_] Excel Programming 1 February 23rd 07 04:16 PM
Updating multiple graphs in multiple worksheets at the same time J@Y Excel Discussion (Misc queries) 3 February 1st 07 03:30 AM
multiple graphs in excel swayze Excel Programming 2 September 11th 06 03:22 AM
Multiple Graphs Ross Excel Discussion (Misc queries) 2 November 23rd 05 05:32 PM
How do I put multiple graphs on one axis? TheDud Charts and Charting in Excel 1 April 11th 05 04:22 AM


All times are GMT +1. The time now is 09:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"