I
IM
When I try to execute Word macro from outside Word say FileMaker Pro then VB
runtime adds new module called WordTmpDDEMod to the project Normal. Where it
contains followinf sub
Sub TmpDDE()
Run___ ("Macroname")
End Sub
But the execution pauses at Run___saying that
Compile Error: Sub or Fuction not defined
As this is automatically inserted only by runtime and disappears as soon as
application is stopped. I am not able to execute successfully.
Can anybody help me for this.
runtime adds new module called WordTmpDDEMod to the project Normal. Where it
contains followinf sub
Sub TmpDDE()
Run___ ("Macroname")
End Sub
But the execution pauses at Run___saying that
Compile Error: Sub or Fuction not defined
As this is automatically inserted only by runtime and disappears as soon as
application is stopped. I am not able to execute successfully.
Can anybody help me for this.