DDE Link and VBA question (simple I think)?

ohgeesh

New Member
Joined
Jul 2, 2015
Messages
2
So, simple I can't figure it out.

1. I have a Cell A1 and if I type a value in it say 4 enter, 6 enter, 98 enter
2. The value is copied to another sheet C1 increment down a row on value changed and timestamped.
3. Essentially so I can see when the value changes and what time.

Now the problem is if I change the manual entry to a DDE link that is randomly changing from 1,5,9, or whatever it no longer works. The value changes, but the copy portion does not. Almost as if Excel does not see the value change.

What is the trick to moving a ever changing DDE Linked value on change? 1,4,,6,6,7,8,98,0,0 etc.
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
No event is triggered - the copying part is probably a macro that runs when the cell is changed, but DDE change will not trigger it.

I have no means to test this now, but check these links (information is controversial):

https://social.msdn.microsoft.com/F...triggered-by-a-dde-external-link?forum=isvvba

https://www.ozgrid.com/forum/forum/help-forums/excel-general/8502-detect-dde-link-update

Also some here (maybe this will be most helpful):
https://www.mrexcel.com/forum/excel...-certain-cell-value-changing-via-dde-app.html
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top