Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default Macro to design a dynamic graph

I have a chart within excel.

The chart takes data from Cell B1. This contains a number say 100 for
example. It then plots this on a graph. The hundred may change the
following day to say 110 and so on and so forth.

What I want to be able to do is have the graph plot each point on a
graph showing the movements daily.

The problem is the cell is B1 refreshes each day with the new figure.
The data is not stored anywhere.

Is there a macro or something that is possible to achieve this?

Thanks in advance

Andrea

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 276
Default Macro to design a dynamic graph

have you tried creating a button and using the macro recorder to create the
graph, then clicking on the button to view the graph when needed.
It can use the updated B1 value each time run.
Corey....
wrote in message
oups.com...
I have a chart within excel.

The chart takes data from Cell B1. This contains a number say 100 for
example. It then plots this on a graph. The hundred may change the
following day to say 110 and so on and so forth.

What I want to be able to do is have the graph plot each point on a
graph showing the movements daily.

The problem is the cell is B1 refreshes each day with the new figure.
The data is not stored anywhere.

Is there a macro or something that is possible to achieve this?

Thanks in advance

Andrea



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 67
Default Macro to design a dynamic graph


How is the cell B1 being populated?

You could have a macro that if file/data being imported into B1 <0 then
insert a cell at B1 and move all the data down. If the cell in B1 is
part of a report have a data sheet, that way the report could pull from
this data sheet as well.

If you are querying a datbase for the result/data in B1 maybe you need
a smarter query that pulls a series of data into the above proposed
data sheet.

Stopher

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
creating a reversal design graph Paul Reynolds Charts and Charting in Excel 1 September 25th 08 03:44 PM
setting rowsource to a dynamic range in design mode [email protected] Excel Programming 3 July 26th 06 09:46 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Hyperlinks Inserted in Design Mode inactive once Exited Design Mod Craig Excel Programming 0 March 16th 05 04:53 PM
Macro Design Help Chuckles123[_21_] Excel Programming 1 October 7th 04 02:57 AM


All times are GMT +1. The time now is 03:02 PM.

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

About Us

"It's about Microsoft Excel"