Macro Help

bucrepus

New Member
Joined
Apr 13, 2015
Messages
1
I have a macro I need to convert to VBA.

It is in a XLM file that ref's a DLL... it sends a value in a spreadsheet to a device via DDE.

It uses the A and B column - B2 has a number in it.. A has these commands in it

Text:

PokeMacro - CTRL A
=INITIATE("DASOMFINSEnet","TOPIC1")
=POKE(A2,"D100",B2)
=RETURN


That's it. The macro works, it sends data to a DDE server running on the machine. I just can't figure out how to turn it into VBA code. I know how to code VBA, but have no idea how to converts these calls to VBA.

Thanks for the help.
Buc
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.

Forum statistics

Threads
1,215,488
Messages
6,125,092
Members
449,206
Latest member
ralemanygarcia

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