How to Periodically Store/Save Excel DDE Values

G

Guest

I have an Excel DDE file that updates periodically with quotes, portfolio
values, etc.

I want to periodically collect a snapshot of the DDE values and store the
data for review.

So for example let's say the day's high is dynamically updated into cell B1,
I would like to have look at B1 at specified times, retrieve the value of B1
at that time and store it in say cell B2.

I can’t seem to find an Excel function or formula tat would achieve this.

Any ideas or tips?

Many Thanks!
 
J

Jon Peltier

You would need a VBA routine that copied the values and saved them in
another range.

- Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top