<?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: VBA/COM &amp;quot;Class not registered&amp;quot; in Developers</title>
    <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716203#M1113</link>
    <description>&lt;P&gt;Hmmm not entirely sure why the VB code isn't working.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might want to try the Microsoft Community site for VB code&lt;/P&gt;
&lt;P&gt;&lt;A href="https://visualstudio.microsoft.com/vs/community/" target="_blank"&gt;Visual Studio Community 2019 - Free IDE and Developer Tools (microsoft.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Feb 2021 20:10:24 GMT</pubDate>
    <dc:creator>CarmineVerrell</dc:creator>
    <dc:date>2021-02-02T20:10:24Z</dc:date>
    <item>
      <title>VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716112#M1106</link>
      <description>&lt;P&gt;I post this with fingers crossed, as I saw someone else posted about this a long time ago - got no responses at all.&lt;/P&gt;&lt;P&gt;I'm trying to use the information on this page:&amp;nbsp;&amp;nbsp;&lt;A href="https://support.sas.com/rnd/itech/doc/dist-obj/winclnt/winvbpro.html" target="_blank" rel="noopener"&gt;Programming with Visual Basic (sas.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;...in order to use VBA to access some of the SAS capabilities in Excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run this code and get "CLASS NOT REGISTERED" - as if I don't even have sas on my system.&amp;nbsp; But I do!&amp;nbsp; I can open Enterprise Guide, etc.&amp;nbsp; I also have checked the two reference libraries that&amp;nbsp;&lt;A href="https://support.sas.com/rnd/itech/doc/dist-obj/winclnt/winvbpro.html" target="_blank" rel="noopener"&gt;Programming with Visual Basic (sas.com)&lt;/A&gt;&amp;nbsp;suggests to do.&lt;/P&gt;&lt;P&gt;error on&amp;nbsp;&lt;STRONG&gt;bolded&amp;nbsp;&lt;/STRONG&gt;line&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Sub Test()&lt;BR /&gt;Dim obWSMgr As New SASWorkspaceManager.WorkspaceManager&lt;BR /&gt;Dim obWS As SAS.Workspace&lt;BR /&gt;Dim strWorkspaceErrors As String&lt;BR /&gt;&lt;STRONG&gt;Set obWS = obWSMgr.Workspaces.CreateWorkspaceByServer("My workspace", VisibilityNone, Nothing, "", "", strWorkspaceErrors)&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Debug.Print obWS.Utilities.HostSystem.DNSName&lt;BR /&gt;obWS.Close&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 02 Feb 2021 16:18:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716112#M1106</guid>
      <dc:creator>ipisors</dc:creator>
      <dc:date>2021-02-02T16:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716131#M1107</link>
      <description>&lt;P&gt;Try this command at an admin command prompt where SAS is installed:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;sas /regserver&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, consider not using VBA and switch to C#. It is easier and way more powerful than VB*(anything). VB has no future, per Microsoft.Works but best to switch now.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 16:52:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716131#M1107</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2021-02-02T16:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716156#M1109</link>
      <description>&lt;P&gt;Looks like you might be missing some references.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please take a look at integrating technologies for SAS 9.4 Platform&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/api/docsets/itechwcdg/9.4/content/itechwcdg.pdf" target="_blank"&gt;SAS 9.4 Integration Technologies: Windows Client Developer's Guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Developing Apps and communicating to SAS Viya&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.sas.com/home.html" target="_blank"&gt;SAS for Developers | SAS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 17:49:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716156#M1109</guid>
      <dc:creator>CarmineVerrell</dc:creator>
      <dc:date>2021-02-02T17:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716179#M1110</link>
      <description>&lt;P&gt;Thanks for the tip on sas /regserver&lt;/P&gt;&lt;P&gt;I'd like to follow up on that recommendation.&amp;nbsp; I am on a corporate-provided laptop at a BIIIIIIIG company.&amp;nbsp; Our stuff is locked down in every imaginable way.&amp;nbsp; I am unable to open the command prompt as administrator.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I would like to at least try to follow your advice before I involve Desktop Support at my company to run the command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you say "...where SAS is installed", do you mean that I have to open the command prompt...and change the current directory to the directory/folder where SAS is installed?&amp;nbsp; Or can you be more specific on that?&amp;nbsp; Or did you just mean, do this on the machine where SAS is installed?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because did try running it and got 'sas' is not recognized as an internal or external command...etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I agree with you - this seems to be a matter of something, perhaps a DLL, not being fully registered.&amp;nbsp; Can I directly register the DLL itself using command prompt?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I agree with you and know that c# is the future, but right now in my current context, I have to try to use VBA in an Excel workbook.&amp;nbsp; I will try to learn c#.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 19:09:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716179#M1110</guid>
      <dc:creator>ipisors</dc:creator>
      <dc:date>2021-02-02T19:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716181#M1111</link>
      <description>&lt;P&gt;If you look at the link I provided, I have already checked the&amp;nbsp;&lt;U&gt;two&lt;/U&gt; references that they suggest.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Plus, knowing VBA, if I was missing a reference I would get a 'user-defined type' error, not "class not registered".&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 19:10:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716181#M1111</guid>
      <dc:creator>ipisors</dc:creator>
      <dc:date>2021-02-02T19:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716201#M1112</link>
      <description>Where is sas.exe being executed? &lt;BR /&gt;</description>
      <pubDate>Tue, 02 Feb 2021 20:03:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716201#M1112</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2021-02-02T20:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716203#M1113</link>
      <description>&lt;P&gt;Hmmm not entirely sure why the VB code isn't working.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might want to try the Microsoft Community site for VB code&lt;/P&gt;
&lt;P&gt;&lt;A href="https://visualstudio.microsoft.com/vs/community/" target="_blank"&gt;Visual Studio Community 2019 - Free IDE and Developer Tools (microsoft.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 20:10:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716203#M1113</guid>
      <dc:creator>CarmineVerrell</dc:creator>
      <dc:date>2021-02-02T20:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716204#M1114</link>
      <description>&lt;P&gt;I am not sure about sas.exe.&amp;nbsp; What I have on my laptop installed, is enterprise guide.&amp;nbsp; so when I open enterprise guide, then open task manager, then right click on EG process and go to file location, it's:&amp;nbsp; C:\Program Files (x86)\SAS94\x86\SASEnterpriseGuide\7.1&lt;/P&gt;&lt;P&gt;is that what you ask?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 20:11:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716204#M1114</guid>
      <dc:creator>ipisors</dc:creator>
      <dc:date>2021-02-02T20:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716234#M1115</link>
      <description>&lt;P&gt;This is SAS-related, not VB or VBA (different things. There is also VB.NET).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It has to do with the COM libraries used with SAS/Integration Technologies. When you are using SAS/EG, you are most likely connecting to a SAS server somewhere. Hence, you are not using a local version of SAS. SAS is executing elsewhere. SAS has 3 providers (Local, Share,&amp;nbsp; and IOM). You need to find examples using IOM, not local. You have to execute your SAS code on a remote instance and then get the data back.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look for articles by Chris Hemendinger on IOM and VBA. You can also glean some knowledge from his articles on VBScript (another variant), PowerShell, C#, etc. Share may also work but IOM is probably your best bet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EG does not have to use a SAS Server but based upon your comments, it probably does.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any chance you can get a local instance of SAS?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 21:37:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716234#M1115</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2021-02-02T21:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716528#M1116</link>
      <description>&lt;P&gt;can't seem to find Chris's book on amazon or anything about chris on the internet&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;google 'no results'&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 16:31:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716528#M1116</guid>
      <dc:creator>ipisors</dc:creator>
      <dc:date>2021-02-03T16:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716577#M1117</link>
      <description>Well, he runs this site &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; Here are some links:&lt;BR /&gt;&lt;BR /&gt;Chris Hemedinger, Author at SAS Blogs&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.amazon.com/Chris-Hemedinger/e/B003579A9M?ref_=dbs_p_pbk_r00_abau_000000" target="_blank"&gt;https://www.amazon.com/Chris-Hemedinger/e/B003579A9M?ref_=dbs_p_pbk_r00_abau_000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also look for the Integration Technologies Cookbooks. Here is an example (it is 9.3 but still valid):&lt;BR /&gt;&lt;BR /&gt;Connecting to a Remote SAS Workspace Server Using SAS Objects - 9.3&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 03 Feb 2021 18:09:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716577#M1117</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2021-02-03T18:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716583#M1118</link>
      <description>&lt;P&gt;I assume we're both using the same Google &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you try googling his name with iom and vba, you'll see there are zero results except instances where you told people to search for him&lt;/P&gt;&lt;P&gt;And if you search Amazon.com, there are no results at all - just a similarly named person who wrote books on Tennis Shoes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So thanks for the link - very helpful, Amazon's search feature sucks I guess.&amp;nbsp; : )&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 18:12:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716583#M1118</guid>
      <dc:creator>ipisors</dc:creator>
      <dc:date>2021-02-03T18:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716593#M1119</link>
      <description>Yeah, I don’t use Google for search. I am a Bing guy (SAS/Microsoft consultant)&lt;BR /&gt;&lt;BR /&gt;…plus, I hate Google &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Feb 2021 18:38:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/716593#M1119</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2021-02-03T18:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/717737#M1126</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; So far I have only found books he has written on - the closest I can get is .NET and IOM, but not VBA and IOM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 20:51:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/717737#M1126</guid>
      <dc:creator>ipisors</dc:creator>
      <dc:date>2021-02-08T20:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/717749#M1127</link>
      <description>He wrote a lot (I believe) where his name is not attributed. &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;You need to try and convert the .NET to VBA. There is no easy way. You can&lt;BR /&gt;check here for a possible scenario:&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;VB6 Migration Tool for .NET&lt;BR /&gt;&amp;lt;&amp;gt;ize.net%2Fproducts%2Fapp-migrations%2Fvbuc&amp;amp;data=04%7C01%7Ccommunity.admin%40&lt;BR /&gt;sas.com%7C7060699a9c084c43e2d908d8cc7756b0%7Cb1c14d5c362545b3a4309552373a0c2&lt;BR /&gt;f%7C0%7C0%7C637484160959504973%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiL&lt;BR /&gt;CJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;amp;sdata=Ts2xmJDcbnOkjOppp&lt;BR /&gt;3aH6oQeg3b5AJiAEqtv3mxvMC8%3D&amp;amp;reserved=0&amp;gt; &amp;amp; C# Converter - VBUC |&lt;BR /&gt;Mobilize.Net&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;..or, 1) switch to C#. &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;I would choose the latter. VB6/VBA have nothing in common with .NET. You can&lt;BR /&gt;call the dlls but almost all examples for working with SAS are in C#,&lt;BR /&gt;including mine. &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Alan &lt;BR /&gt;</description>
      <pubDate>Mon, 08 Feb 2021 21:47:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/717749#M1127</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2021-02-08T21:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/717754#M1128</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;I would choose the latter. VB6/VBA have nothing in common with .NET&lt;BR /&gt;&lt;BR /&gt;I know … that's why I got excited earlier when you indicated Chris had written on the subject, but I am not finding that to be the case.&amp;nbsp; If you actually do find anything he's written on VBA with SAS, let me know.&amp;nbsp; Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 22:00:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/717754#M1128</guid>
      <dc:creator>ipisors</dc:creator>
      <dc:date>2021-02-08T22:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/717758#M1129</link>
      <description>Well, he has but his name is probably not on it. It was a long time ago.&lt;BR /&gt;Look at LexJansen's site which has the SUGI/SGF archives. For example, &lt;BR /&gt;&lt;BR /&gt;WUSS02.tif (lexjansen.com)&lt;BR /&gt;&amp;lt;&amp;gt; &lt;BR /&gt;&lt;BR /&gt;The technique you need is old but the papers are out there. Find some&lt;BR /&gt;keywords and go searching. For example, VBA/SAS&lt;BR /&gt;Cookbook/LanguageService/SASWorkspaceManager&lt;BR /&gt;&lt;BR /&gt;I have some code I am happy to share on IOM but it is in C#. You need to&lt;BR /&gt;translate that to VBA. You are swimming uphill, however, since what you need&lt;BR /&gt;to do can be done outside of VBA and there are code examples. The choice is&lt;BR /&gt;simple: learn some basic C# or try and find nuggets of VBA code. &lt;BR /&gt;&lt;BR /&gt;You could also ignore the direct integration and submit SAS at the command&lt;BR /&gt;line on the system where SAS is installed and capture data using stdout.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 08 Feb 2021 22:15:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/717758#M1129</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2021-02-08T22:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: VBA/COM "Class not registered"</title>
      <link>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/717761#M1130</link>
      <description>&lt;P&gt;Between MS butchering their HTML links in current releases and SAS stripping it out, the links are wrong (mainly blame MS).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/13569672/creating-a-workspace-session-using-sas-iom-vba" target="_blank"&gt;Creating a workspace session using SAS IOM &amp;amp; VBA - Stack Overflow&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.lexjansen.com/wuss/2002/WUSS02010.pdf" target="_blank"&gt;WUSS02.tif (lexjansen.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You just have to search properly. Look for SASWorkspaceManager and VBA. Toss in IOM if you need to.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 22:23:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/VBA-COM-quot-Class-not-registered-quot/m-p/717761#M1130</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2021-02-08T22:23:36Z</dc:date>
    </item>
  </channel>
</rss>

