<?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: how to exit running command-autocad command way in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/how-to-exit-running-command-autocad-command-way/m-p/1865386#M28231</link>
    <description>i m sorry i m posting same question ,because  "esc" was somehow missing.&lt;BR /&gt;
&lt;BR /&gt;
in any autocad command ,the command exits when "esc" is pressed.&lt;BR /&gt;
but in my vba code after pressing "esc" it shows "execution error".the real problem is&lt;BR /&gt;
when i use multiple command (to run my command repeatedly)my vba macro does not end by pressing "esc" and it continues infinitely.and it does not allow to close even autocad.&lt;BR /&gt;
so pl give me any easy (direct)solution to exit my macro by pressing "esc" .&lt;BR /&gt;
thanx</description>
    <pubDate>Wed, 17 Jan 2007 19:17:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-01-17T19:17:45Z</dc:date>
    <item>
      <title>how to exit running command-autocad command way</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-exit-running-command-autocad-command-way/m-p/1865385#M28230</link>
      <description>in any autocad command ,the command exits when &lt;ESC&gt;is pressed.&lt;BR /&gt;
but in my vba code after pressing &lt;ESC&gt; it shows "execution error".the real problem is &lt;BR /&gt;
when i use multiple command (to run my command repeatedly)my vba macro does not end by pressing &lt;ESC&gt;and it continues infinitely.and it does not allow to close even autocad. &lt;BR /&gt;
so pl give me any easy (direct)solution to exit my macro by pressing &lt;ESC&gt;.&lt;BR /&gt;
thanx&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;</description>
      <pubDate>Wed, 17 Jan 2007 19:11:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-exit-running-command-autocad-command-way/m-p/1865385#M28230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-01-17T19:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to exit running command-autocad command way</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-exit-running-command-autocad-command-way/m-p/1865386#M28231</link>
      <description>i m sorry i m posting same question ,because  "esc" was somehow missing.&lt;BR /&gt;
&lt;BR /&gt;
in any autocad command ,the command exits when "esc" is pressed.&lt;BR /&gt;
but in my vba code after pressing "esc" it shows "execution error".the real problem is&lt;BR /&gt;
when i use multiple command (to run my command repeatedly)my vba macro does not end by pressing "esc" and it continues infinitely.and it does not allow to close even autocad.&lt;BR /&gt;
so pl give me any easy (direct)solution to exit my macro by pressing "esc" .&lt;BR /&gt;
thanx</description>
      <pubDate>Wed, 17 Jan 2007 19:17:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-exit-running-command-autocad-command-way/m-p/1865386#M28231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-01-17T19:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to exit running command-autocad command way</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-exit-running-command-autocad-command-way/m-p/1865387#M28232</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
In many cases "Control-Break" will stop a running VBA program and bring up a &lt;BR /&gt;
message box with options asking what you wish to do next.&lt;BR /&gt;
&lt;BR /&gt;
Depending on what is happening in the code, you may need to use it several &lt;BR /&gt;
times.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
CADApps&lt;BR /&gt;
www.cadapps.com.au&lt;BR /&gt;
www.civil3Dtools.com&lt;BR /&gt;
&lt;BHUTA_NISH&gt; wrote in message news:5454782@discussion.autodesk.com...&lt;BR /&gt;
i m sorry i m posting same question ,because  "esc" was somehow missing.&lt;BR /&gt;
&lt;BR /&gt;
in any autocad command ,the command exits when "esc" is pressed.&lt;BR /&gt;
but in my vba code after pressing "esc" it shows "execution error".the real &lt;BR /&gt;
problem is&lt;BR /&gt;
when i use multiple command (to run my command repeatedly)my vba macro does &lt;BR /&gt;
not end by pressing "esc" and it continues infinitely.and it does not allow &lt;BR /&gt;
to close even autocad.&lt;BR /&gt;
so pl give me any easy (direct)solution to exit my macro by pressing "esc" .&lt;BR /&gt;
thanx&lt;/BHUTA_NISH&gt;</description>
      <pubDate>Wed, 17 Jan 2007 19:40:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-exit-running-command-autocad-command-way/m-p/1865387#M28232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-01-17T19:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to exit running command-autocad command way</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-exit-running-command-autocad-command-way/m-p/1865388#M28233</link>
      <description>You can use the method in the first post of &lt;A hlink="http://discussion.autodesk.com/thread.jspa?messageID=394199"&gt;this thread&lt;/A&gt;. I found it by searching this newsgroup for the word "escape".</description>
      <pubDate>Wed, 17 Jan 2007 20:18:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-exit-running-command-autocad-command-way/m-p/1865388#M28233</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2007-01-17T20:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to exit running command-autocad command way</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-exit-running-command-autocad-command-way/m-p/1865389#M28234</link>
      <description>link is empty</description>
      <pubDate>Thu, 18 Jan 2007 04:32:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-exit-running-command-autocad-command-way/m-p/1865389#M28234</guid>
      <dc:creator>arcticad</dc:creator>
      <dc:date>2007-01-18T04:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to exit running command-autocad command way</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-exit-running-command-autocad-command-way/m-p/1865390#M28235</link>
      <description>It was working when I posted it.?. Oh well, he can use the 'ol search method I mentioned.</description>
      <pubDate>Thu, 18 Jan 2007 16:20:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-exit-running-command-autocad-command-way/m-p/1865390#M28235</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2007-01-18T16:20:42Z</dc:date>
    </item>
  </channel>
</rss>

