DDE Execute

  • Follow


Does anyone know how to use the dde execute script step to send a parameter
to a vba sub procedure that accepts a parameter. The parameter i'm trying to
send is "hello" to the procedure mytest

eg:
service name = "excel"
text = "system"
commands = "[run(\"personal.xls!mytest\",\"hello\")]"

I can get a macro to run no problems, but i would like to send a parameter.

Thanks


0
Reply News 6/4/2004 11:57:51 PM

"News" <mat_124@hotmail.com> skrev i meddelandet
news:40c10e22$0$8984$afc38c87@news.optusnet.com.au...
> Does anyone know how to use the dde execute script step to send a
parameter
> to a vba sub procedure that accepts a parameter. The parameter i'm trying
to
> send is "hello" to the procedure mytest
>
> eg:
> service name = "excel"
> text = "system"
> commands = "[run(\"personal.xls!mytest\",\"hello\")]"
>
> I can get a macro to run no problems, but i would like to send a
parameter.
>
> Thanks
>
>

Look more at

http://support.microsoft.com/default.aspx?scid=kb;en-us;118974
and so on.....


0
Reply niss 6/5/2004 4:37:10 AM


That doesn't really answer my question. All i want to know is how to pass a
parameter to a macro from within filemaker using dde execute. Thanks anyway.

<niss@nisse.se> wrote in message
news:W5cwc.94642$dP1.304577@newsc.telia.net...
>
> "News" <mat_124@hotmail.com> skrev i meddelandet
> news:40c10e22$0$8984$afc38c87@news.optusnet.com.au...
> > Does anyone know how to use the dde execute script step to send a
> parameter
> > to a vba sub procedure that accepts a parameter. The parameter i'm
trying
> to
> > send is "hello" to the procedure mytest
> >
> > eg:
> > service name = "excel"
> > text = "system"
> > commands = "[run(\"personal.xls!mytest\",\"hello\")]"
> >
> > I can get a macro to run no problems, but i would like to send a
> parameter.
> >
> > Thanks
> >
> >
>
> Look more at
>
> http://support.microsoft.com/default.aspx?scid=kb;en-us;118974
> and so on.....
>
>


0
Reply News 6/8/2004 9:10:33 AM

2 Replies
642 Views

(page loaded in 0.027 seconds)

Similiar Articles:













7/22/2012 11:48:16 AM


Reply: