<?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: Using SendCommand twice results in a run-time error &amp;quot;Invalid execution in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/6229252#M9379</link>
    <description>Any Idea how long till this bug is fixed?</description>
    <pubDate>Tue, 22 Mar 2016 20:43:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-22T20:43:40Z</dc:date>
    <item>
      <title>Using SendCommand twice results in a run-time error "Invalid execution context"</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5854952#M9359</link>
      <description>&lt;P&gt;I'm really hoping that someone can help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just upgraded from AutoCAD 2015 to AutoCAD 2016 and now my VBA App (which I spent the last several months developing) won't work. Here is the issue. &lt;STRONG&gt;Keep in mind that this all ran flawlessly in AutoCAD 2015.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are a couple of places whereI have to use the SendCommand function due to a VBA method not being available or the users wanting visual feedback (gohsting and what-not) that you can't do in VBA. Whenever I use the SendComman more than once it results in this run-time error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/193616iA3872781C5937457/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Error.JPG" title="Error.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is some example code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Sub test()
    ThisDrawing.SendCommand "(command ""PLINE"")" &amp;amp; vbCr
    
    ThisDrawing.SendCommand "(command ""PLINE"")" &amp;amp; vbCr '&amp;lt;- This line errors
End Sub&lt;/PRE&gt;&lt;P&gt;If i run this from AutoCAD using:&lt;/P&gt;&lt;PRE&gt;-VBARUN "test"
or
(vl-vbarun "test")&lt;/PRE&gt;&lt;P&gt;it results in the error above whne trying to run the second SendCommand. The first SendCommand run fine. I've tried seperating them out into different sub routines but the result is the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the intersting part. If I exectur this code from the VBAIDE it runs perfectly fine. The error only occurs when I execute it from AutoCAD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly apriciated. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 18:14:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5854952#M9359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-09T18:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5857704#M9360</link>
      <description>I guess at the very least, can someone confirm that they see the same behavior on AutoCAD 2016?&lt;BR /&gt;That way I know it's not something local to me or my organization's environment?</description>
      <pubDate>Mon, 12 Oct 2015 16:25:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5857704#M9360</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-12T16:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5859917#M9361</link>
      <description>&lt;P&gt;I seem to have solved the problem.&lt;/P&gt;&lt;P&gt;I did a clean uninstall of ALL Autodesk products. Reinstalled 2015. Renistalled 2016. Uninstalled 2015.&lt;/P&gt;&lt;P&gt;And now it seems to be working.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 19:13:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5859917#M9361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-13T19:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5870647#M9362</link>
      <description>&lt;P&gt;I found out what is causing the SendCommand error.&lt;/P&gt;&lt;P&gt;It is the AutoCAD 2016 service pack 1 (AutoCAD_2016_SP1_64bit.exe)&lt;/P&gt;&lt;P&gt;I started to have the issue after I installed it.&lt;/P&gt;&lt;P&gt;I rolled back the SP1 and now it works fine; although I lose all the 2016 bug fixes.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 22:02:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5870647#M9362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-20T22:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5870667#M9363</link>
      <description>&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interesting. I thought I had installed the service pack as part of my reinstall process. But I just checked the Autodesk Application Manager and it looks like I haven't.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I'm adventurous I may install it to see what happens but after fighting so long to get it to work I'm not too keen on that.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 22:22:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5870667#M9363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-20T22:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5923224#M9364</link>
      <description>&lt;P&gt;Has anyone figured out a fix or at least a work around besides uninstalling 2016 SP1?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm desparate I have multiple clients with many installations using thousands of lines of code with the occasional, unavoidable use of two sendcommands in the same macro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 18:44:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5923224#M9364</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-24T18:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5938728#M9365</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry&amp;nbsp;that the SP1 has broken a basic functionality.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;We have this behavior logged with our engineering team&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="line-height: 15px;"&gt;and they are looking into it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From what i see in the case notes of that request, this&amp;nbsp;is already assigned high priority.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;At present, i do not know how the fix for it will be provided - whether as a service pack or a hotfix.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If there is any more information on this request, i will let you know.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Balaji&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 08:35:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5938728#M9365</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2015-12-07T08:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5940919#M9366</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found a work around this problem.&lt;/P&gt;&lt;P&gt;In stead of Using "ThisDrawing.SendCommand" with a parameter list, you can use "ThisDrawing.PostCommand" with the same parameter list.&lt;/P&gt;&lt;P&gt;The command will then&amp;nbsp;be processed&amp;nbsp;&lt;SPAN&gt;asynchronously in stead of synchronously, but with the same parameter list it will behave the same way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I used this work around in a macro where I print multiple drawing views, using a loop.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope this is some helpfull information for you all.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Ronald Gilissen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 08:48:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5940919#M9366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-08T08:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5941412#M9367</link>
      <description>&lt;P&gt;Thanks for the tip. Unfortunately I need my command to process synchronously. So the PostCommand would not work in my case.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 14:23:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5941412#M9367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-08T14:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5941549#M9368</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have added the exact same parameter list to the postcommand, as i dit with the sedmcommand. In my case the program runs exacly the same way&lt;/P&gt;&lt;P&gt;as it dit with the sendcommand. see code example below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'&lt;STRONG&gt;ThisDrawing.SendCommand&lt;/STRONG&gt; "-plot" &amp;amp; vbCr &amp;amp; "y" &amp;amp; vbCr &amp;amp; "Model" &amp;amp; vbCr &amp;amp; Printer &amp;amp; vbCr &amp;amp; "A4" _&lt;BR /&gt;'&amp;amp; vbCr &amp;amp; "M" &amp;amp; vbCr &amp;amp; "P" &amp;amp; vbCr &amp;amp; "Y" &amp;amp; vbCr &amp;amp; "W" &amp;amp; vbCr &amp;amp; SPntLO &amp;amp; vbCr &amp;amp; SPntRB &amp;amp; vbCr &amp;amp; "F" &amp;amp; vbCr &amp;amp; "C" _&lt;BR /&gt;'&amp;amp; vbCr &amp;amp; "Y" &amp;amp; vbCr &amp;amp; "COEK.ctb" &amp;amp; vbCr &amp;amp; "Y" &amp;amp; vbCr &amp;amp; "A" &amp;amp; vbCr &amp;amp; "N" &amp;amp; vbCr &amp;amp; "N" &amp;amp; vbCr &amp;amp; "Y" &amp;amp; vbCr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ThisDrawing.PostCommand&lt;/STRONG&gt; "-plot" &amp;amp; vbCr &amp;amp; "y" &amp;amp; vbCr &amp;amp; "Model" &amp;amp; vbCr &amp;amp; Printer &amp;amp; vbCr &amp;amp; "A4" _&lt;BR /&gt;&amp;amp; vbCr &amp;amp; "M" &amp;amp; vbCr &amp;amp; "P" &amp;amp; vbCr &amp;amp; "N" &amp;amp; vbCr &amp;amp; "W" &amp;amp; vbCr &amp;amp; SPntLO &amp;amp; vbCr &amp;amp; SPntRB &amp;amp; vbCr &amp;amp; "F" &amp;amp; vbCr &amp;amp; "C" _&lt;BR /&gt;&amp;amp; vbCr &amp;amp; "Y" &amp;amp; vbCr &amp;amp; "COEK.ctb" &amp;amp; vbCr &amp;amp; "Y" &amp;amp; vbCr &amp;amp; "A" &amp;amp; vbCr &amp;amp; "N" &amp;amp; vbCr &amp;amp; "N" &amp;amp; vbCr &amp;amp; "Y" &amp;amp; vbCr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ronald&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 14:57:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5941549#M9368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-08T14:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5941930#M9369</link>
      <description>&lt;P&gt;Hi Ronald-&lt;/P&gt;&lt;P&gt;I did a "find &amp;amp; replace" of sendcommand to postcommand in my code.&lt;/P&gt;&lt;P&gt;Although the error message&amp;nbsp;is gone, the end result was different.&amp;nbsp;My&amp;nbsp;module is not working as intended with postcommand.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will wait for Autodesk to fix sendcommand.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 17:32:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5941930#M9369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-08T17:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5942060#M9370</link>
      <description>&lt;P&gt;I wonder if there would be a way to use the pause to wait until the asynchronous command is done. &amp;nbsp;Is there a way to check and see if an asynchronous command is done?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 18:24:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5942060#M9370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-08T18:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5942969#M9371</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michael, I'm sorry to hear that it didn't work for you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some websites mension that you should add an "&amp;amp; VbCr" at the end of the command, maybe this works for you,&lt;/P&gt;&lt;P&gt;otherwise I don't think there is any other solution except waiting for the autocad fix. I hope it comes soon!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Ronald&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 07:21:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5942969#M9371</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T07:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5942972#M9372</link>
      <description>&lt;P&gt;Hi dlford,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not aware of any way to check if the assynchronous command has ended.&lt;/P&gt;&lt;P&gt;Try adding the "&amp;amp; VbCr" at the end of the command (see previous post)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Ronald&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 07:24:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5942972#M9372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T07:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5943576#M9373</link>
      <description>&lt;P&gt;Ronald,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the "&amp;amp; vbCr" does is add a carriage return to the command string. It's the same thing as pressing enter into the command line.&lt;/P&gt;&lt;P&gt;In all my research and testing there is no way to force an asynchronous coammand (PostCommand) to be synchronous.&lt;/P&gt;&lt;P&gt;The only thing I have found to solve this issue is to roll back the install of SP1. I have been running for several months now (as with everyone else in my orginiization) without SP1 with no issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 14:16:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5943576#M9373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T14:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5944446#M9374</link>
      <description>&lt;P&gt;Does anyone know if this also happens in VB.net as well as VBA?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 20:19:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/5944446#M9374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T20:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/6006110#M9375</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Is&lt;/SPAN&gt; &lt;SPAN&gt;now&lt;/SPAN&gt; &lt;SPAN&gt;a solution&lt;/SPAN&gt; &lt;SPAN&gt;available&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 06:35:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/6006110#M9375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-26T06:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/6048254#M9376</link>
      <description>&lt;P&gt;Is there any solution for this? &amp;nbsp;I have clients that I've done programming for really mad because they can't install SP1. &amp;nbsp;Will AutoCAD 2017 have this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 20:38:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/6048254#M9376</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-19T20:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/6062468#M9377</link>
      <description>&lt;P&gt;I am experiencing the same issue when installing from a trial install that included Service Pac 1, as part of the install.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 21:54:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/6062468#M9377</guid>
      <dc:creator>paulleinweber</dc:creator>
      <dc:date>2016-02-29T21:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using SendCommand twice results in a run-time error "Invalid execution</title>
      <link>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/6214372#M9378</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Balaji,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is now avaliable an hotfix for the problem ? We have a lot hot&amp;nbsp;drawbacks with SP1 of Autocad 2016.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Keep me informed,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Daniele.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 14:16:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/using-sendcommand-twice-results-in-a-run-time-error-quot-invalid/m-p/6214372#M9378</guid>
      <dc:creator>danipon71</dc:creator>
      <dc:date>2016-03-14T14:16:22Z</dc:date>
    </item>
  </channel>
</rss>

