<?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 Is it possible to run a custom command at Start Tab? in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/is-it-possible-to-run-a-custom-command-at-start-tab/m-p/8526925#M5977</link>
    <description>&lt;P&gt;Greetings, Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to run a custom command at the AutoCAD Start Tab? I know I cannot run AutoLISP or Visual LISP code, but are other languages supported, such as VBA or .NET? On the Start Tab, with all drawings closed, I noticed that toolbars are disabled, but the QAT seems responsive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have developed a custom command to open drawings. It is currently written in LISP, so it works well when a drawing is open. I would also like to offer the command when all drawings are closed.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-01-16_9-44-02.png" style="width: 259px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/591661i07FB6F72D798033A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2019-01-16_9-44-02.png" alt="2019-01-16_9-44-02.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I do not want to run a macro when AutoCAD starts-up. AutoCAD is already running with all drawings closed and the Start Tab is active.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps I need a standalone desktop app that would offer a similar drawing name input interface, then it passes the name of the drawing to the AutoCAD application to open. That is beyond my skill set at this time. Option to open drawing as read-write or read-only would be a bonus.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The work-around for now is to keep at least one drawing open to use the LISP version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your time and attention. I look forward to the replies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jerry&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jan 2019 15:45:59 GMT</pubDate>
    <dc:creator>JBerns</dc:creator>
    <dc:date>2019-01-16T15:45:59Z</dc:date>
    <item>
      <title>Is it possible to run a custom command at Start Tab?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/is-it-possible-to-run-a-custom-command-at-start-tab/m-p/8526925#M5977</link>
      <description>&lt;P&gt;Greetings, Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to run a custom command at the AutoCAD Start Tab? I know I cannot run AutoLISP or Visual LISP code, but are other languages supported, such as VBA or .NET? On the Start Tab, with all drawings closed, I noticed that toolbars are disabled, but the QAT seems responsive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have developed a custom command to open drawings. It is currently written in LISP, so it works well when a drawing is open. I would also like to offer the command when all drawings are closed.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-01-16_9-44-02.png" style="width: 259px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/591661i07FB6F72D798033A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2019-01-16_9-44-02.png" alt="2019-01-16_9-44-02.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I do not want to run a macro when AutoCAD starts-up. AutoCAD is already running with all drawings closed and the Start Tab is active.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps I need a standalone desktop app that would offer a similar drawing name input interface, then it passes the name of the drawing to the AutoCAD application to open. That is beyond my skill set at this time. Option to open drawing as read-write or read-only would be a bonus.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The work-around for now is to keep at least one drawing open to use the LISP version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your time and attention. I look forward to the replies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jerry&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 15:45:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/is-it-possible-to-run-a-custom-command-at-start-tab/m-p/8526925#M5977</guid>
      <dc:creator>JBerns</dc:creator>
      <dc:date>2019-01-16T15:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to run a custom command at Start Tab?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/is-it-possible-to-run-a-custom-command-at-start-tab/m-p/8527038#M5978</link>
      <description>&lt;P&gt;You can certainly add your command to the QAT, but in zero-document state, the QAT reduces to include only the New, Open and Sheet Set commands. Both lisp and vba cannot interact with the gui in zero-document state. Your only option is .NET. I think it may be possible to create a palette and open it as a document tab. Basically, you want to create your own start tab. Ask in the &lt;A href="https://forums.autodesk.com/t5/net/bd-p/152" target="_blank"&gt;.NET&lt;/A&gt; forum to see if this is possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course, the easiest thing is to keep a document open.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 16:13:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/is-it-possible-to-run-a-custom-command-at-start-tab/m-p/8527038#M5978</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2019-01-16T16:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to run a custom command at Start Tab?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/is-it-possible-to-run-a-custom-command-at-start-tab/m-p/8527078#M5979</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14801"&gt;@Ed__Jobe&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the confirmation, suggestion, and quick response. I was hoping that a VBA or .NET command added to the QAT might still function in zero-document mode. I'll ask in the .NET forum. Otherwise, users must keep at least one drawing open.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jerry&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 16:22:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/is-it-possible-to-run-a-custom-command-at-start-tab/m-p/8527078#M5979</guid>
      <dc:creator>JBerns</dc:creator>
      <dc:date>2019-01-16T16:22:23Z</dc:date>
    </item>
  </channel>
</rss>

