Date: Thu, 8 Jun 2006 14:49:15 +0200
Reply-To: Stéphane Colas <saslist@DATAMETRIC.FR>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Stéphane Colas <saslist@DATAMETRIC.FR>
Subject: Re: Run VB macro with arguments
In-Reply-To: <200606081005.k582L9Xw032170@mailgw.cc.uga.edu>
Content-Type: text/plain; charset=ISO-8859-1
see into the papers :
www2.sas.com/proceedings/sugi30/161-30.pdf
www2.sas.com/proceedings/sugi31/154-31.pdf
www2.sas.com/proceedings/sugi25/25/cc/25p098.pdf
--
Stéphane.
http://www.datametric.fr
Selon "M. Koskocsak" <koskocsak@FREEMAIL.HU>:
> Hi!
>
> Is there anybody who knows how I could run my VB macro with two arguments
> via DDE?
>
> I tried this way:
> put '[run("personal.xls!sheet_rename"),"Sheet1" ,"Sg"]';
>
> but it doesn't work.
>
> I've got the following error message:
>
> ERROR: DDE session not ready.
> FATAL: Unrecoverable I/O error detected in the execution of the data step
> program. Aborted during the EXECUTION phase.
>
>
> Thanx.
>
|