LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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.


Back to: Top of message | Previous page | Main SAS-L page