Date: Fri, 18 Jan 2002 08:50:23 -0800
Reply-To: MNess@CROMEDICA.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Matthew Ness <MNess@CROMEDICA.COM>
Subject: DDE command to import a VBA module into the global template?
Content-type: text/plain; charset=us-ascii
I have hunted high and low to find out the syntax to do this with DDE
commands through SAS with no luck. I am using SAS 8.02 in a PC
environment (Word 2000), and I have figured out the VBA code to import a
module, but of course that doesn't translate well to DDE code...I guess I
need to figure out the WordBasic syntax for that. Here is the VBA code:
Sub importmodule()
NormalTemplate.VBProject.VBComponents.Import ("C:\mymodule.bas")
End Sub
Any DDE gurus out there? Thanks.
|