<?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: Compiling VBA in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/compiling-vba/m-p/320905#M93667</link>
    <description>JR,&lt;BR /&gt;
&lt;BR /&gt;
Technically you can not 'compile' it, but you can assign a password that&lt;BR /&gt;
will prevent you code from being viewed and/or changed.&lt;BR /&gt;
&lt;BR /&gt;
In the VBA Editor in AutoCAD 2000, select [Tools/ACADProject Properties...]&lt;BR /&gt;
then select the [Protection] tab.&lt;BR /&gt;
&lt;BR /&gt;
Until later,&lt;BR /&gt;
&lt;BR /&gt;
Jeremy McMahan&lt;BR /&gt;
Premier Product Support&lt;BR /&gt;
WW Support &amp;amp; Services, Autodesk&lt;BR /&gt;
Discussion Q&amp;amp;A: http://www.autodesk.com/discussion&lt;BR /&gt;
&lt;BR /&gt;
"JR" &lt;JOELRNOSPAM&gt; wrote in message&lt;BR /&gt;
news:ef04b10.-1@WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Is there any way to compile a vba program so that other people cannot&lt;BR /&gt;
modify&lt;BR /&gt;
&amp;gt; it?&lt;BR /&gt;
&amp;gt;&lt;/JOELRNOSPAM&gt;</description>
    <pubDate>Wed, 03 May 2000 13:35:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2000-05-03T13:35:21Z</dc:date>
    <item>
      <title>Compiling VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/compiling-vba/m-p/320904#M93666</link>
      <description>Is there any way to compile a vba program so that other people cannot modify&lt;BR /&gt;
it?</description>
      <pubDate>Wed, 03 May 2000 13:08:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/compiling-vba/m-p/320904#M93666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-05-03T13:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/compiling-vba/m-p/320905#M93667</link>
      <description>JR,&lt;BR /&gt;
&lt;BR /&gt;
Technically you can not 'compile' it, but you can assign a password that&lt;BR /&gt;
will prevent you code from being viewed and/or changed.&lt;BR /&gt;
&lt;BR /&gt;
In the VBA Editor in AutoCAD 2000, select [Tools/ACADProject Properties...]&lt;BR /&gt;
then select the [Protection] tab.&lt;BR /&gt;
&lt;BR /&gt;
Until later,&lt;BR /&gt;
&lt;BR /&gt;
Jeremy McMahan&lt;BR /&gt;
Premier Product Support&lt;BR /&gt;
WW Support &amp;amp; Services, Autodesk&lt;BR /&gt;
Discussion Q&amp;amp;A: http://www.autodesk.com/discussion&lt;BR /&gt;
&lt;BR /&gt;
"JR" &lt;JOELRNOSPAM&gt; wrote in message&lt;BR /&gt;
news:ef04b10.-1@WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Is there any way to compile a vba program so that other people cannot&lt;BR /&gt;
modify&lt;BR /&gt;
&amp;gt; it?&lt;BR /&gt;
&amp;gt;&lt;/JOELRNOSPAM&gt;</description>
      <pubDate>Wed, 03 May 2000 13:35:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/compiling-vba/m-p/320905#M93667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-05-03T13:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/compiling-vba/m-p/320906#M93668</link>
      <description>If you buy Visual Basic ver 6 and use it instead of VBA or Access. Then you can "Compile" it to Create a .EXE file.&lt;BR /&gt;
This is what a lot of people are doing (Uing VB5 0r 6)&lt;BR /&gt;
I use both VB6 and Access '97 depending on need.&lt;BR /&gt;
The Code usually pastes from one to the other.&lt;BR /&gt;
In either you need to click tools References and Check "AutoCAD 2000 Type Library" and VB or Access will recognize the AutoCAD commands.&lt;BR /&gt;
AutoCAD must be installed on the machine yor are programming on.</description>
      <pubDate>Wed, 03 May 2000 13:46:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/compiling-vba/m-p/320906#M93668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-05-03T13:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/compiling-vba/m-p/320907#M93669</link>
      <description>JR,&lt;BR /&gt;
    If your just worried about user damage, then you can set a password under&lt;BR /&gt;
the project properties. But as far as compiling, no. If someone really wants to&lt;BR /&gt;
get past your password, they will. But your average acad user will be prevented&lt;BR /&gt;
from accessing your code. If you prefer to compile, then you'll need to create&lt;BR /&gt;
an ocx or dll in VB.&lt;BR /&gt;
-Josh&lt;BR /&gt;
&lt;BR /&gt;
JR wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Is there any way to compile a vba program so that other people cannot modify&lt;BR /&gt;
&amp;gt; it?</description>
      <pubDate>Wed, 03 May 2000 14:42:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/compiling-vba/m-p/320907#M93669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-05-03T14:42:31Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/compiling-vba/m-p/320908#M93670</link>
      <description>Can you give a steo by step explanation of creating *.exe's.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.</description>
      <pubDate>Wed, 03 May 2000 15:38:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/compiling-vba/m-p/320908#M93670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-05-03T15:38:31Z</dc:date>
    </item>
  </channel>
</rss>

