<?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: Inserting a block in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/inserting-a-block/m-p/2336604#M18127</link>
    <description>No, I am not using any non-standard items.  This is straight out of the box VBA.  I also have not attempted to check the references.  It doesn't seem like that would vary from computer to computer considering we all have the same setup and are running the same program.  &lt;BR /&gt;
It is a good idea though, and I'll take a look.&lt;BR /&gt;
&lt;BR /&gt;
-Aphyosemion</description>
    <pubDate>Fri, 05 Sep 2008 13:35:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-09-05T13:35:08Z</dc:date>
    <item>
      <title>Inserting a block</title>
      <link>https://forums.autodesk.com/t5/vba-forum/inserting-a-block/m-p/2336601#M18124</link>
      <description>I have a program that I wrote for my office which goes through multiple drawings and inserts a block that the user browses for.  It runs fine on every computer except one.  I stepped through the routine on that person's computer and when the program actually attempts to insert a block via VBA, I get the error message: Automation Error - Interface Not Registered.  Does anyone have any idea what could be causing this error message?  The routine works fine on every other computer.&lt;BR /&gt;
This is AutoCAD 2008 we are using, by the way.&lt;BR /&gt;
&lt;BR /&gt;
-Aphyosemion</description>
      <pubDate>Thu, 04 Sep 2008 20:19:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/inserting-a-block/m-p/2336601#M18124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-04T20:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block</title>
      <link>https://forums.autodesk.com/t5/vba-forum/inserting-a-block/m-p/2336602#M18125</link>
      <description>i imagine you already checked tools references and compared that computer to the others....</description>
      <pubDate>Thu, 04 Sep 2008 23:26:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/inserting-a-block/m-p/2336602#M18125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-04T23:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block</title>
      <link>https://forums.autodesk.com/t5/vba-forum/inserting-a-block/m-p/2336603#M18126</link>
      <description>Are you using any controls not meant for VBA such as a ListView or &lt;BR /&gt;
CommonDialog?&lt;BR /&gt;
&lt;BR /&gt;
Joe ...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Aphyosemion" wrote in message news:6023613@discussion.autodesk.com...&lt;BR /&gt;
I have a program that I wrote for my office which goes through multiple &lt;BR /&gt;
drawings and inserts a block that the user browses for.  It runs fine on &lt;BR /&gt;
every computer except one.  I stepped through the routine on that person's &lt;BR /&gt;
computer and when the program actually attempts to insert a block via VBA, I &lt;BR /&gt;
get the error message: Automation Error - Interface Not Registered.  Does &lt;BR /&gt;
anyone have any idea what could be causing this error message?  The routine &lt;BR /&gt;
works fine on every other computer.&lt;BR /&gt;
This is AutoCAD 2008 we are using, by the way.&lt;BR /&gt;
&lt;BR /&gt;
-Aphyosemion</description>
      <pubDate>Fri, 05 Sep 2008 00:33:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/inserting-a-block/m-p/2336603#M18126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-05T00:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block</title>
      <link>https://forums.autodesk.com/t5/vba-forum/inserting-a-block/m-p/2336604#M18127</link>
      <description>No, I am not using any non-standard items.  This is straight out of the box VBA.  I also have not attempted to check the references.  It doesn't seem like that would vary from computer to computer considering we all have the same setup and are running the same program.  &lt;BR /&gt;
It is a good idea though, and I'll take a look.&lt;BR /&gt;
&lt;BR /&gt;
-Aphyosemion</description>
      <pubDate>Fri, 05 Sep 2008 13:35:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/inserting-a-block/m-p/2336604#M18127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-05T13:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block</title>
      <link>https://forums.autodesk.com/t5/vba-forum/inserting-a-block/m-p/2336605#M18128</link>
      <description>The reason for asking is that I have some Access applications that don't use &lt;BR /&gt;
anything special. However, since I have everything installed on my machine &lt;BR /&gt;
the applications always work. But others try to install and use them and &lt;BR /&gt;
they have problems. I found that if I installed one certain VB application I &lt;BR /&gt;
wrote that the other applications start working.&lt;BR /&gt;
&lt;BR /&gt;
Joe ...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Aphyosemion" wrote in message news:6024202@discussion.autodesk.com...&lt;BR /&gt;
No, I am not using any non-standard items.  This is straight out of the box &lt;BR /&gt;
VBA.  I also have not attempted to check the references.  It doesn't seem &lt;BR /&gt;
like that would vary from computer to computer considering we all have the &lt;BR /&gt;
same setup and are running the same program.&lt;BR /&gt;
It is a good idea though, and I'll take a look.&lt;BR /&gt;
&lt;BR /&gt;
-Aphyosemion</description>
      <pubDate>Fri, 05 Sep 2008 14:02:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/inserting-a-block/m-p/2336605#M18128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-05T14:02:53Z</dc:date>
    </item>
  </channel>
</rss>

