<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAS EG VB Help in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-VB-Help/m-p/5660#M1799</link>
    <description>Ok, Thanks. I will have a look. There seems to be a lot of information... so it should be good.&lt;BR /&gt;
&lt;BR /&gt;
Thanks Again.</description>
    <pubDate>Tue, 27 Nov 2007 14:54:29 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-11-27T14:54:29Z</dc:date>
    <item>
      <title>SAS EG VB Help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-VB-Help/m-p/5658#M1797</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Just wondering if anyone knows of any referenece materials for VB communicating with SAS EG4 .Basically stuff relating to this:&lt;BR /&gt;
&lt;BR /&gt;
Set mobjEnterpriseGuideApp = CreateObject("SASEGObjectModel.Application.4")&lt;BR /&gt;
&lt;BR /&gt;
Its hard to find help on how to access the process flows and ordered lists from vb?&lt;BR /&gt;
&lt;BR /&gt;
Any help will be appreciated. Thanks.</description>
      <pubDate>Mon, 26 Nov 2007 14:41:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-VB-Help/m-p/5658#M1797</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-11-26T14:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG VB Help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-VB-Help/m-p/5659#M1798</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
In this link: &lt;A href="http://support.sas.com/documentation/onlinedoc/guide/" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/guide/&lt;/A&gt; you can find information about VB Scripting for Enterprise Guide.&lt;BR /&gt;
&lt;BR /&gt;
Download EG 4.1 specific material at this link: &lt;I&gt;Automating SAS Enterprise Guide with Scripts&lt;/I&gt;. Return always to this documentation for examples: &lt;I&gt;OLE Automation Reference Help &lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
Also, at this link: &lt;A href="http://support.sas.com/kb/" target="_blank"&gt;http://support.sas.com/kb/&lt;/A&gt; you can do a keyword search for "VBScript" to retrieve some examples.&lt;BR /&gt;
&lt;BR /&gt;
As for your specific request, I do not have a working example for a Process Flow/Ordered List Item, however, I do have a Query example:&lt;BR /&gt;
&lt;BR /&gt;
    Dim prjName&lt;BR /&gt;
    prjName = "C:\temp\myProject.egp"    'Project Saved in EG 4.1&lt;BR /&gt;
&lt;BR /&gt;
    Dim objGuide&lt;BR /&gt;
    Set objGuide = CreateObject("SASEGObjectModel.Application.4") 'EG 4.1&lt;BR /&gt;
&lt;BR /&gt;
    Dim prjObject&lt;BR /&gt;
    Set prjObject = objGuide.Open(prjName,"")&lt;BR /&gt;
&lt;BR /&gt;
    Dim ProjectItems&lt;BR /&gt;
    Set ProjectItems = prjObject.ProjectItems&lt;BR /&gt;
	&lt;BR /&gt;
    Dim Query&lt;BR /&gt;
    Set Query = ProjectItems("Query for CLASS")&lt;BR /&gt;
&lt;BR /&gt;
Good Luck!</description>
      <pubDate>Mon, 26 Nov 2007 15:22:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-VB-Help/m-p/5659#M1798</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-11-26T15:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG VB Help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-VB-Help/m-p/5660#M1799</link>
      <description>Ok, Thanks. I will have a look. There seems to be a lot of information... so it should be good.&lt;BR /&gt;
&lt;BR /&gt;
Thanks Again.</description>
      <pubDate>Tue, 27 Nov 2007 14:54:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-VB-Help/m-p/5660#M1799</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-11-27T14:54:29Z</dc:date>
    </item>
  </channel>
</rss>

