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

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
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,214,947
Messages
6,122,413
Members
449,082
Latest member
tish101

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