LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 339
Default Recording the 1st Change in the value of a cell


"carl" wrote in message
...
thank you for the reply.

I only want to track the first trade.

The data feed is a DDE Link to Thompson (ILX). Every time a trade occurs,
the value changes. I only want to record the first vallue (the first trade

of
the day).

Will the solution you propose only record in ColC that first change in the
ColB's value or will it record all subsequent change.

Also, I'm trying to track 500 stocks.

Best Regards.


I have found a link that relates to this problem. It does use the
Worksheet_Change event and it enters a timestamp in a cell. In your case,
you first need to check the cell where the change happened, it should be in
column B. If the change happens in say B20, you need to check if C20 is
empty. If it is, insert the timestamp. This means that only the first change
is tracked.

Actually, the very first thing you need to do is yo make sure that the the
event is triggered by the DDE link as something is changed

http://www.mcgimpsey.com/excel/timestamp.html

/Fredrik


 
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
Recording a macro to change item selected in drop down list Jen Excel Worksheet Functions 2 October 2nd 08 11:37 PM
how do I change macro relative reference? no stop recording tool G Excel Discussion (Misc queries) 1 November 11th 06 08:09 PM
How do I make the Stop Recording bar pop up when recording macros J Excel Worksheet Functions 1 January 10th 06 08:46 PM
Recording the First Change of a Cell Value carl Excel Worksheet Functions 1 April 8th 05 01:35 PM
Recording the first change in the value of a cell carl Excel Worksheet Functions 1 April 8th 05 08:57 AM


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

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"