Controlling SAS from Another Application Using OLE |
Syntax | |
Details | |
Example |
Syntax |
Top |
Details |
The Top method works only if the Visible property is set to True.
Example |
The following example invokes a SAS session, makes it a visible window, and then brings it to the foreground.
Dim OleSAS as Object Set OleSAS = CreateObject("SAS.Application") OleSAS.Visible = True OleSAS.Top
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.