Hi, i need som help converting this xlm macro.
as you can see will this macro send value from cell B2 to adress d3018 in my dde link.
meldde is my program meldde.exe and pack is the adress where meldde link should connect.
PokeMacro - Ctrl A
=INITIERA("MelDDE";"pack")
=POKE(A2;"d3018";B2)
ON.TIME(NOW()+0.00002,"TerminateDDEChannel")
=RETUR()
TerminateDDEChannel
=STÄNG.KANAL(A2) ' close channel(A2)
=RETUR()
Bookmarks