| Date: | Fri, 15 Apr 2011 10:37:37 -0400 |
| Reply-To: | Bin Zhu <bxz01@HEALTH.STATE.NY.US> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Bin Zhu <bxz01@HEALTH.STATE.NY.US> |
| Subject: | Run SAS 9.2 in MS Access 2003 |
| Content-Type: | text/plain; charset=US-ASCII |
|---|
Dear SAS-L,
I have used the following code to run SAS9.1 in MS Access 2003 before:
Private Sub Run_SAS_Click()
Dim olesas As Object
Set olesas = CreateObject("SAS.Application")
olesas.Visible = True
End Sub
After I updated to SAS 9.2 recently, this code does not work any more.
SAS 9.2 is installed in C:\Program Files\SAS\SASFoundation\9.2\. What
should I change to make the code to work?
Any suggestions will be greatly appreciated.
Bin
IMPORTANT NOTICE: This e-mail and any attachments may contain confidential or sensitive information which is, or may be, legally privileged or otherwise protected by law from further disclosure. It is intended only for the addressee. If you received this in error or from someone who was not authorized to send it to you, please do not distribute, copy or use it or any attachments. Please notify the sender immediately by reply e-mail and delete this from your system. Thank you for your cooperation.
|