CAlling Excel MAcro with arguments

B

bmm

Hello,
I want to know if it's possible to call a macro with arguments from a dde
client.
I am able to call a macro without any arguments with the following DDE
command

char cmd[] = "[RUN(\"showme\")]";
DDEExecute( idInst,hConv1, cmd);

rgds
 
Top