<?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: in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/execution-error-quot-quot/m-p/347747#M78321</link>
    <description>I believe the only other options are to "Hide" or "Unload" the form. Have&lt;BR /&gt;
you proven that the "End" statement is causing the problem?&lt;BR /&gt;
&lt;BR /&gt;
Gary</description>
    <pubDate>Fri, 04 Jan 2002 08:37:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2002-01-04T08:37:05Z</dc:date>
    <item>
      <title>Execution Error: "...."</title>
      <link>https://forums.autodesk.com/t5/vba-forum/execution-error-quot-quot/m-p/347744#M78318</link>
      <description>I'm geting this error after I select a menu item for programming a drop down&lt;BR /&gt;
item with this.&lt;BR /&gt;
&lt;BR /&gt;
Command: (defun c:grdwiz()(vl-vbarun&lt;BR /&gt;
"H:/JBIMENU/VBA/LDTVBA.dvb!JBIGradeModule.showform")) C:GRDWIZ&lt;BR /&gt;
&lt;BR /&gt;
Command: grdwiz Execution&lt;BR /&gt;
error"H:/JBIMENU/VBA/LDTVBA.dvb!JBIGradeModule.showform"&lt;BR /&gt;
&lt;BR /&gt;
The routine seems to run, but I'm not sure why this is showing up. Any help&lt;BR /&gt;
is appreciated....&lt;BR /&gt;
&lt;BR /&gt;
TIA--&lt;BR /&gt;
James Wedding&lt;BR /&gt;
IT Manager&lt;BR /&gt;
Jones &amp;amp; Boyd, Inc.&lt;BR /&gt;
Dallas, TX&lt;BR /&gt;
jwedding@*NOSPAM*jones-boyd.com</description>
      <pubDate>Thu, 03 Jan 2002 09:02:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/execution-error-quot-quot/m-p/347744#M78318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-01-03T09:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Execution Error: "...."</title>
      <link>https://forums.autodesk.com/t5/vba-forum/execution-error-quot-quot/m-p/347745#M78319</link>
      <description>Check for, and eliminate any "End" statements in your VBA code. That's&lt;BR /&gt;
usually the cause of the execution error.&lt;BR /&gt;
&lt;BR /&gt;
Gary</description>
      <pubDate>Fri, 04 Jan 2002 07:06:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/execution-error-quot-quot/m-p/347745#M78319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-01-04T07:06:32Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/execution-error-quot-quot/m-p/347746#M78320</link>
      <description>Thanks...I'm using them at various points to bail out of the routine. Is&lt;BR /&gt;
there a better way?&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
James Wedding&lt;BR /&gt;
IT Manager&lt;BR /&gt;
Jones &amp;amp; Boyd, Inc.&lt;BR /&gt;
Dallas, TX&lt;BR /&gt;
jwedding@*NOSPAM*jones-boyd.com</description>
      <pubDate>Fri, 04 Jan 2002 08:03:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/execution-error-quot-quot/m-p/347746#M78320</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-01-04T08:03:22Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/execution-error-quot-quot/m-p/347747#M78321</link>
      <description>I believe the only other options are to "Hide" or "Unload" the form. Have&lt;BR /&gt;
you proven that the "End" statement is causing the problem?&lt;BR /&gt;
&lt;BR /&gt;
Gary</description>
      <pubDate>Fri, 04 Jan 2002 08:37:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/execution-error-quot-quot/m-p/347747#M78321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-01-04T08:37:05Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/execution-error-quot-quot/m-p/347748#M78322</link>
      <description>To be honest no. It's not really something I'm losing sleep over, just one&lt;BR /&gt;
of those things that will freak out a user at some point, I'm sure....&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
James Wedding&lt;BR /&gt;
IT Manager&lt;BR /&gt;
Jones &amp;amp; Boyd, Inc.&lt;BR /&gt;
Dallas, TX&lt;BR /&gt;
jwedding@*NOSPAM*jones-boyd.com</description>
      <pubDate>Fri, 04 Jan 2002 09:25:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/execution-error-quot-quot/m-p/347748#M78322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-01-04T09:25:56Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/execution-error-quot-quot/m-p/347749#M78323</link>
      <description>Create an exit function and call it instead.  Don't forget to do your clean&lt;BR /&gt;
up!&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"James Wedding" &lt;JWEDDING&gt; wrote in message&lt;BR /&gt;
news:347214187BEFC7FF7D7039D6A9DBB916@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; To be honest no. It's not really something I'm losing sleep over, just one&lt;BR /&gt;
&amp;gt; of those things that will freak out a user at some point, I'm sure....&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; James Wedding&lt;BR /&gt;
&amp;gt; IT Manager&lt;BR /&gt;
&amp;gt; Jones &amp;amp; Boyd, Inc.&lt;BR /&gt;
&amp;gt; Dallas, TX&lt;BR /&gt;
&amp;gt; jwedding@*NOSPAM*jones-boyd.com&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/JWEDDING&gt;</description>
      <pubDate>Sun, 06 Jan 2002 05:58:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/execution-error-quot-quot/m-p/347749#M78323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-01-06T05:58:47Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/execution-error-quot-quot/m-p/347750#M78324</link>
      <description>Bu I like being a lazy programmer. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; All right, I'll clean up.....&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
James Wedding&lt;BR /&gt;
IT Manager&lt;BR /&gt;
Jones &amp;amp; Boyd, Inc.&lt;BR /&gt;
Dallas, TX&lt;BR /&gt;
jwedding@*NOSPAM*jones-boyd.com</description>
      <pubDate>Sun, 06 Jan 2002 08:37:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/execution-error-quot-quot/m-p/347750#M78324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-01-06T08:37:07Z</dc:date>
    </item>
  </channel>
</rss>

