View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
chainastole chainastole is offline
external usenet poster
 
Posts: 2
Default Invoking macro to insert rows according to DDE imported data

There is a DDE compatible stream of data. I want this data be inserted (row
insertion) at the top of the worksheet each time the imported data is
different from that stored in the worksheet. The beneath rows should be
shifted 1 row down, thus making some sort of shift register with most recent
data on top, less recent below, etc.
How may I do that?