A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

charting a single changing DDE cell



 
 
Thread Tools Display Modes
  #1  
Old March 4th, 2004, 02:43 AM
Bob Chapman
external usenet poster
 
Posts: n/a
Default charting a single changing DDE cell

I have a spreadsheet that captures real time stock data via a DDE link. The
cell captures the last price of a stock as it changes over time. Can you
chart that changing cell as the day progresses. Maybe capture the data and
then chart it or a macro which plots that cell every minute?

Bob


  #2  
Old March 4th, 2004, 05:31 AM
LeninVMS
external usenet poster
 
Posts: n/a
Default charting a single changing DDE cell

You would need to capture the value of that changing cell periodically
in a growing table, possibly in a different sheet.

For example, every time you update it via the DDE, you could run a code
that copies the value of the cell to the last row of the table.

Use a dynamic chart to plot the values in the new chart so that it gets
automatically updated.

http://www.tushar-mehta.com/excel/ne...rts/index.html

http://peltiertech.com/Excel/Charts/Dynamics.html

- Lenin


---
Message posted from http://www.ExcelForum.com/

  #3  
Old March 4th, 2004, 10:54 PM
Jon Peltier
external usenet poster
 
Posts: n/a
Default charting a single changing DDE cell

Also Stephen Bullen has an example that remembers the last N values in a
DDE linked cell (http://bmsltd.ie).

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
http://PeltierTech.com/Excel/Charts/
_______

LeninVMS wrote:

You would need to capture the value of that changing cell periodically
in a growing table, possibly in a different sheet.

For example, every time you update it via the DDE, you could run a code
that copies the value of the cell to the last row of the table.

Use a dynamic chart to plot the values in the new chart so that it gets
automatically updated.

http://www.tushar-mehta.com/excel/ne...rts/index.html

http://peltiertech.com/Excel/Charts/Dynamics.html

- Lenin


---
Message posted from http://www.ExcelForum.com/


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:13 AM.


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