|
|
DDE Execute
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: DDE Execute - comp.databases.filemakerDoes 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 ... DDE EXCEL close the file - comp.soft-sys.sasDDE Execute - comp.databases.filemaker DDE EXCEL close the file - comp.soft-sys.sas Here is my code: options noxwait noxsync ... Using Dynamic Data Exchange : DDE Examples ... help needed on DDE 'excelDDE Execute - comp.databases.filemaker... on DDE 'excel DDE Execute - comp.databases.filemaker help needed on DDE 'excel... soft-sys.sas help needed on DDE 'excel For ... Re: help needed on DDE 'excelDDE Execute - comp.databases.filemaker Re: help needed on DDE 'excel DDE Execute - comp.databases ... on DDE 'excel... soft-sys.sas help needed on DDE 'excel For example ... Tries to save the file, instead of executing it - comp.lang.php ...DDE Execute - comp.databases.filemaker Tries to save the file, instead of executing it - comp.lang.php ... Every once in a while, when I execute one of my PHP scripts ... How to paste an array into Excel with TCOM - comp.lang.tcl ...... from tcl to excel via the clipboard, I use the dde instead of tcom: package require dde clipboard clear clipboard append "My\tmessage\nover\t2lines" dde execute ... sas dde to excel set page width - comp.soft-sys.sasIs there a DDE Excel reference or chat sheet anywhere? Here is ... A0 =A0 data _null_; > =A0 =A0 =A0 =A0 x=3Dsleep(7); > =A0 =A0 run; > > =A0 =A0 Filename cmds dde ... Sas DDE Excel - comp.soft-sys.sasHello Sas-Users, I want to use the Sas DDE in order to put some Sas variable into ... decsep =3D ',') 0 - 999999999 =3D '000 000 009,99 =80' (decsep =3D ',') ; run ... rename worksheets - comp.soft-sys.sas... lrecl=200; > data _null_; > file xlmacro; > put '=workbook.name("sheet1","Works Fine Now")'; > put '=halt(true)'; > put '!dde_flush'; > file sas2xl; > put '[run ... Re: Anyone familiar with Excel 4 macro language? - comp.soft-sys ...... data _null_; > file sas2xl; > put '[workbook.next()]'; > put '[workbook.insert(3)]'; > run; > > /*Create and run the macro*/ > filename xlmacro dde 'excel ... WM_DDE_EXECUTE message - Microsoft Corporation: Software ...A Dynamic Data Exchange (DDE) client application posts a WM_DDE_EXECUTE message to a DDE server application to send a string to the server to be processed ... DDE Execute Overview | FileMakerAPPLICABLE TO FileMaker Pro 2.x, FileMaker Pro 3.x, FileMaker Pro 4.x Dynamic data exchange (DDE) is Microsoft's inter-application protocol to allow different Windows ... 7/22/2012 11:48:16 AM
|
|
|
|
|
|
|
|
|