<?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: No more VBA in 2010?  What do us utility programming drafters do? in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508735#M15266</link>
    <description>Why I am no longer writing code in Lisp or VBA ...&lt;BR /&gt;
&lt;BR /&gt;
The issue has become access to features and 64 bit compatibility. &lt;BR /&gt;
&lt;BR /&gt;
As new features are added to the platform they are only accessible through VBA or  .NET.&lt;BR /&gt;
&lt;BR /&gt;
Examples are the Circuit Manager and the Ribbon. &lt;BR /&gt;
&lt;BR /&gt;
It's unlikely that these will be exposed to Lisp. And as VBA is now in maintainance mode and will not be updated for 64 bit. I have moved on to .NET&lt;BR /&gt;
&lt;BR /&gt;
And as mentioned, portability is a huge reason. I can take my code written in VBA or .NET and port it over to Revit, Solidworks or Office.</description>
    <pubDate>Tue, 14 Jul 2009 16:00:33 GMT</pubDate>
    <dc:creator>arcticad</dc:creator>
    <dc:date>2009-07-14T16:00:33Z</dc:date>
    <item>
      <title>No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508713#M15244</link>
      <description>It appears that as of 2010 AutoCAD will no longer have VBA.  I can download it separately, but it doesn't sound like AutoCAD will be returning to VBA, so I am only delaying the inevitability of VBA programs that no longer work.  I took a look at VB.net converting and it is different enough to give me an immediate headache.  It seems to be an external programming language designed more for full time programmers than VBA was.  I'm a drafter who also knows how to program in AutoLISP and VBA and write the occasional utility program, but not all that often.  I am not sure how to proceed here.&lt;BR /&gt;
As long as I'm on the subject, what happend to Visual Basic?  Did it become VB.net?  Will drafters with a little programming knowhow be limited to trying to squeeze out as much as they can from AutoLISP?&lt;BR /&gt;
There have to be other drafters like myself running into the same problem, so any advice that people more familiar with these changes would be very helpful.  I'm not sure that taking a bunch of classes on VB.net so that I can write one routine a year that is only appreciated by drafters would fly.</description>
      <pubDate>Wed, 17 Jun 2009 20:19:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508713#M15244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-17T20:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508714#M15245</link>
      <description>Hi Aphyosemion,&lt;BR /&gt;
&lt;BR /&gt;
VBA will be around for a long time yet.  The more complaints they get &lt;BR /&gt;
the more likely it is that they may re-include it in the AutoCAD build &lt;BR /&gt;
as they do with Civil 3D 2010.  You may remember that there were rumours &lt;BR /&gt;
of the demise of Lisp around about the year 2000.  User wrath at this &lt;BR /&gt;
ensured that lisp is still around.&lt;BR /&gt;
&lt;BR /&gt;
However, unlike lisp, VBA is limited by the fact that it is 32Bit &lt;BR /&gt;
technology and will NEVER be upgraded to 64 bit.&lt;BR /&gt;
&lt;BR /&gt;
Microsoft abandoned it and started a new programming paradigm .NET and &lt;BR /&gt;
longer term you will have to use it or lisp or something yet to be invented.&lt;BR /&gt;
&lt;BR /&gt;
There is a product VSPA which is essentially .NET VB inside a product - &lt;BR /&gt;
similar to VBA.  There are strong rumours that Autodesk will eventually &lt;BR /&gt;
add this to AutoCAD&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Aphyosemion wrote:&lt;BR /&gt;
&amp;gt; It appears that as of 2010 AutoCAD will no longer have VBA. I can &lt;BR /&gt;
&amp;gt; download it separately, but it doesn't sound like AutoCAD will be &lt;BR /&gt;
&amp;gt; returning to VBA, so I am only delaying the inevitability of VBA &lt;BR /&gt;
&amp;gt; programs that no longer work. I took a look at VB.net converting and it &lt;BR /&gt;
&amp;gt; is different enough to give me an immediate headache. It seems to be an &lt;BR /&gt;
&amp;gt; external programming language designed more for full time programmers &lt;BR /&gt;
&amp;gt; than VBA was. I'm a drafter who also knows how to program in AutoLISP &lt;BR /&gt;
&amp;gt; and VBA and write the occasional utility program, but not all that &lt;BR /&gt;
&amp;gt; often. I am not sure how to proceed here. As long as I'm on the subject, &lt;BR /&gt;
&amp;gt; what happend to Visual Basic? Did it become VB.net? Will drafters with a &lt;BR /&gt;
&amp;gt; little programming knowhow be limited to trying to squeeze out as much &lt;BR /&gt;
&amp;gt; as they can from AutoLISP? There have to be other drafters like myself &lt;BR /&gt;
&amp;gt; running into the same problem, so any advice that people more familiar &lt;BR /&gt;
&amp;gt; with these changes would be very helpful. I'm not sure that taking a &lt;BR /&gt;
&amp;gt; bunch of classes on VB.net so that I can write one routine a year that &lt;BR /&gt;
&amp;gt; is only appreciated by drafters would fly.</description>
      <pubDate>Wed, 17 Jun 2009 20:38:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508714#M15245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-17T20:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508715#M15246</link>
      <description>I don't know, would you say the best option is to stall as long as I can by downloading VBA and installing it on everyone's computer that uses my routines, or get started learning VB.net so that I can write the occasional utility?  I have also seen OpenDCL mentioned, but I'm not familiar with it.  There was always AutoLISP as the only real option for routines in AutoCAD until VBA came out as a much more powerful option.  Now it seems like my choices are much cloudier considering I am not a full time programmer, but a drafter who programs with a mouse in one hand and a programming manual in the other.</description>
      <pubDate>Wed, 17 Jun 2009 20:46:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508715#M15246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-17T20:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508716#M15247</link>
      <description>&lt;DIV id="jive-html-wrapper-div"&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;I'd like to hope they would keep vba around until &lt;BR /&gt;
one for the newer programs are&amp;nbsp;installed with autocad. I'm in the same boat &lt;BR /&gt;
having tons of vba utilities and having to learn dot net to keep moving forward. &lt;BR /&gt;
it's a lot of work upgrading to dot net.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;john coon&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
  &lt;DIV&gt;"Aphyosemion" wrote in message &lt;A&gt;&lt;BR /&gt;
  href="news:6203836@discussion.autodesk.com"&amp;gt;news:6203836@discussion.autodesk.com&lt;/A&gt;...&lt;/DIV&gt;I &lt;BR /&gt;
  don't know, would you say the best option is to stall as long as I can by &lt;BR /&gt;
  downloading VBA and installing it on everyone's computer that uses my &lt;BR /&gt;
  routines, or get started learning VB.net so that I can write the occasional &lt;BR /&gt;
  utility? I have also seen OpenDCL mentioned, but I'm not familiar with it. &lt;BR /&gt;
  There was always AutoLISP as the only real option for routines in AutoCAD &lt;BR /&gt;
  until VBA came out as a much more powerful option. Now it seems like my &lt;BR /&gt;
  choices are much cloudier considering I am not a full time programmer, but a &lt;BR /&gt;
  drafter who programs with a mouse in one hand and a programming manual in the &lt;BR /&gt;
  other.&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jun 2009 22:14:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508716#M15247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-17T22:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508717#M15248</link>
      <description>&lt;DIV id="jive-html-wrapper-div"&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;I think you should continue using VBA and begin to &lt;BR /&gt;
learn .NET as your time permits.&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;VBA will be around for a long time.&amp;nbsp; I &lt;BR /&gt;
read that MS will still&amp;nbsp;include VBA in the next version of &lt;BR /&gt;
office.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
  &lt;DIV&gt;"Aphyosemion" wrote in message &lt;A&gt;&lt;BR /&gt;
  title="news:6203836@discussion.autodesk.com
CTRL + Click to follow link" &lt;BR /&gt;
  href="news:6203836@discussion.autodesk.com"&amp;gt;news:6203836@discussion.autodesk.com&lt;/A&gt;...&lt;/DIV&gt;I &lt;BR /&gt;
  don't know, would you say the best option is to stall as long as I can by &lt;BR /&gt;
  downloading VBA and installing it on everyone's computer that uses my &lt;BR /&gt;
  routines, or get started learning VB.net so that I can write the occasional &lt;BR /&gt;
  utility? I have also seen OpenDCL mentioned, but I'm not familiar with it. &lt;BR /&gt;
  There was always AutoLISP as the only real option for routines in AutoCAD &lt;BR /&gt;
  until VBA came out as a much more powerful option. Now it seems like my &lt;BR /&gt;
  choices are much cloudier considering I am not a full time programmer, but a &lt;BR /&gt;
  drafter who programs with a mouse in one hand and a programming manual in the &lt;BR /&gt;
  other.&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Jun 2009 12:18:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508717#M15248</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-18T12:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508718#M15249</link>
      <description>I finally caved in to pressure about 1 year ago to learn VBA. Prior to that I have been programming in LISP. Like you, I am a draftsman first, programmer second. So, you can imagine how I felt in finding out the good news. All I can say is: Autodesk, PLEASE restore VBA in 2010 and beyond until something suitable comes along. VB.net just seems too hard core at this stage....</description>
      <pubDate>Mon, 22 Jun 2009 00:52:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508718#M15249</guid>
      <dc:creator>iwafb</dc:creator>
      <dc:date>2009-06-22T00:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508719#M15250</link>
      <description>I'm biting the bullet now, and it doesnt taste as bad as id thought. It's still very VB-ish, it feels sorta like -everything- is OLE, but thats where a lot of my VBA stuff was done anyway . Im sure Ill like it as soon as I can stop trying to figure out -how- to do stuff, and can start concentrating on -which way- I want to do stuff.&lt;BR /&gt;
&lt;BR /&gt;
besides, I'd gotten rusty on my "Hello World" apps....</description>
      <pubDate>Mon, 22 Jun 2009 13:47:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508719#M15250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-22T13:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508720#M15251</link>
      <description>&lt;DIV id="jive-html-wrapper-div"&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;We can always vote with our wallets. You drop VBA, &lt;BR /&gt;
we drop subscription...&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE dir="ltr"&gt;&lt;BR /&gt;
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
  &lt;DIV&gt;"jcoon" &amp;lt;&lt;A&gt;&lt;BR /&gt;
  href="mailto:jcoonnh@comcast.net"&amp;gt;jcoonnh@comcast.net&lt;/A&gt;&amp;gt; wrote in message &lt;BR /&gt;
  &lt;A&gt;&lt;BR /&gt;
  href="news:6203891@discussion.autodesk.com"&amp;gt;news:6203891@discussion.autodesk.com&lt;/A&gt;...&lt;/DIV&gt;&lt;BR /&gt;
  &lt;DIV id="jive-html-wrapper-div"&gt;&lt;BR /&gt;
  &lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;I'd like to hope they would keep vba around until &lt;BR /&gt;
  one for the newer programs are&amp;nbsp;installed with autocad. I'm in the same &lt;BR /&gt;
  boat having tons of vba utilities and having to learn dot net to keep moving &lt;BR /&gt;
  forward. it's a lot of work upgrading to dot net.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
  &lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
  &lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;john coon&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
  &lt;BLOCKQUOTE&gt;&lt;BR /&gt;
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
    &lt;DIV&gt;"Aphyosemion" wrote in message &lt;A&gt;&lt;BR /&gt;
    href="news:6203836@discussion.autodesk.com"&amp;gt;news:6203836@discussion.autodesk.com&lt;/A&gt;...&lt;/DIV&gt;I &lt;BR /&gt;
    don't know, would you say the best option is to stall as long as I can by &lt;BR /&gt;
    downloading VBA and installing it on everyone's computer that uses my &lt;BR /&gt;
    routines, or get started learning VB.net so that I can write the occasional &lt;BR /&gt;
    utility? I have also seen OpenDCL mentioned, but I'm not familiar with it. &lt;BR /&gt;
    There was always AutoLISP as the only real option for routines in AutoCAD &lt;BR /&gt;
    until VBA came out as a much more powerful option. Now it seems like my &lt;BR /&gt;
    choices are much cloudier considering I am not a full time programmer, but a &lt;BR /&gt;
    drafter who programs with a mouse in one hand and a programming manual in &lt;BR /&gt;
    the other.&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Jun 2009 22:44:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508720#M15251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-22T22:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508721#M15252</link>
      <description>&lt;EM&gt;There is a product VSPA which is essentially .NET VB inside a product - &lt;BR /&gt;&lt;BR /&gt;similar to VBA. There are strong rumours that Autodesk will eventually &lt;BR /&gt;&lt;BR /&gt;add this to AutoCAD&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;This is actualy VSTA, Visual Studio Tools for Applications.</description>
      <pubDate>Tue, 23 Jun 2009 06:28:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508721#M15252</guid>
      <dc:creator>patrick.emin</dc:creator>
      <dc:date>2009-06-23T06:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508722#M15253</link>
      <description>Aphyosemion wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; took a look at VB.net converting and it is different enough to give &lt;BR /&gt;
&amp;gt; me an immediate headache.&lt;BR /&gt;
&lt;BR /&gt;
Keep banging your head against that wall.  Before you know it a hole&lt;BR /&gt;
will appear and a whole new world will appear on the horizon.  After you&lt;BR /&gt;
get there you will never look back!&lt;BR /&gt;
&lt;BR /&gt;
Try to remember when you first started on whatever you are comfortable&lt;BR /&gt;
with now.  At first it was very difficult, but the more you worked at&lt;BR /&gt;
it, the easier it got!&lt;BR /&gt;
&lt;BR /&gt;
Terry</description>
      <pubDate>Tue, 23 Jun 2009 14:28:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508722#M15253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-23T14:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508723#M15254</link>
      <description>This will add additional cost to companies if they cannot use Visual Studio Express and have to purchase the full version of Visual Studio or Visual Basic.  Then there is the additional training cost of turning Autocad technicians and managers into full fledge .Net Programmers.  Seems an potentially expensive endeavor.&lt;BR /&gt;
&lt;BR /&gt;
Autodesk should provide either VSPA or an IDE (Integrated Development Environment) with the the Autocad Products so that companies do not have to add Microsoft Development licensing.</description>
      <pubDate>Fri, 10 Jul 2009 18:12:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508723#M15254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-10T18:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508724#M15255</link>
      <description>I think this code is closer to what I want but I am wondering if there is other drawing entities&lt;BR /&gt;
that this drawing does not account for in color change. &lt;BR /&gt;
&lt;BR /&gt;
So far I tryed view port layers out of the picture but maybe I should not. As far as&lt;BR /&gt;
x-refs I think the program should skip them becuase they belong to other people&lt;BR /&gt;
on the server.&lt;BR /&gt;
&lt;BR /&gt;
Private Sub CommandButton1_Click()&lt;BR /&gt;
Dim ent As AcadEntity&lt;BR /&gt;
Dim layer As AcadLayer&lt;BR /&gt;
Dim Color As String&lt;BR /&gt;
For Each ent In ThisDrawing.ActiveLayout.Block&lt;BR /&gt;
  Debug.Print ent.ObjectName&lt;BR /&gt;
  For Each layer In ThisDrawing.Layers 'Thur Layer Collection for color&lt;BR /&gt;
  If ent.layer = layer.Name Then&lt;BR /&gt;
  Debug.Print ent.layer&lt;BR /&gt;
  Color = CStr(layer.TrueColor.ColorIndex)&lt;BR /&gt;
  End If&lt;BR /&gt;
  Next layer&lt;BR /&gt;
 If "AcDbBlockReference" = ent.ObjectName Then 'looks for blocks&lt;BR /&gt;
  BlockDefination&lt;BR /&gt;
  Else 'Entities outside of blocks&lt;BR /&gt;
       If OptionButton1.Value = True Then ent.Color = Color 'Case 1&lt;BR /&gt;
       If OptionButton2.Value = True Then ent.Color = Color 'Case 2&lt;BR /&gt;
       If OptionButton3.Value = True Then ent.Color = TextBox1.Text 'Case 3 Color by textbox.&lt;BR /&gt;
       End If&lt;BR /&gt;
Next ent&lt;BR /&gt;
End Sub&lt;BR /&gt;
&lt;BR /&gt;
Public Sub BlockDefination()&lt;BR /&gt;
Dim objBlock As AcadBlock&lt;BR /&gt;
For Each objBlock In ThisDrawing.Blocks&lt;BR /&gt;
Set blk = ThisDrawing.Blocks(objBlock.Name)&lt;BR /&gt;
Set objLayers = ThisDrawing.Layers&lt;BR /&gt;
Debug.Print blk.Name&lt;BR /&gt;
&lt;BR /&gt;
If Not blk Is Nothing Then&lt;BR /&gt;
Debug.Print blk.Name&lt;BR /&gt;
For Each blkent In blk&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
For intI = 0 To objLayers.Count - 1&lt;BR /&gt;
Set objLayer = objLayers(intI)&lt;BR /&gt;
&lt;BR /&gt;
Debug.Print objLayer.Name&lt;BR /&gt;
'Assign Block Entity a Color&lt;BR /&gt;
Debug.Print blkent.Color&lt;BR /&gt;
Debug.Print objLayer.Name&lt;BR /&gt;
&lt;BR /&gt;
If blkent.Color = acByLayer And objLayer.Name = 0 Then&lt;BR /&gt;
'If blkent.Color = 256 And objLayer.Name = 0 Then&lt;BR /&gt;
If OptionButton1.Value = True Then blkent.Color = acByBlock 'Case 1&lt;BR /&gt;
If OptionButton2.Value = True Then blkent.Color = ent.Color 'Case 2&lt;BR /&gt;
End If&lt;BR /&gt;
If blkent.Color = acByLayer Or blkent.Color = acByBlock Then&lt;BR /&gt;
If OptionButton3.Value = True Then blkent.Color = TextBox1.Text 'Case 3 Color by text box&lt;BR /&gt;
End If&lt;BR /&gt;
Next ' Layer Loop&lt;BR /&gt;
Next ' Block entities Foreach&lt;BR /&gt;
End If 'Block Nothing&lt;BR /&gt;
Next 'Drawing blocks Foreach&lt;BR /&gt;
End Sub

Edited by: muckmailer on Jul 13, 2009 12:35 AM</description>
      <pubDate>Sun, 12 Jul 2009 23:50:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508724#M15255</guid>
      <dc:creator>muckmailer</dc:creator>
      <dc:date>2009-07-12T23:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508725#M15256</link>
      <description>Hi muckmailer,&lt;BR /&gt;
&lt;BR /&gt;
This code is so inefficient that it it hard to believe that it is being &lt;BR /&gt;
put forward as a solution to anything.&lt;BR /&gt;
&lt;BR /&gt;
Just to look at one piece of it:&lt;BR /&gt;
{code}&lt;BR /&gt;
    For Each layer In ThisDrawing.Layers 'Thur Layer Collection for color&lt;BR /&gt;
    If ent.layer = layer.Name Then&lt;BR /&gt;
    Debug.Print ent.layer&lt;BR /&gt;
    Color = CStr(layer.TrueColor.ColorIndex)&lt;BR /&gt;
    End If&lt;BR /&gt;
    Next layer&lt;BR /&gt;
&lt;BR /&gt;
{code}&lt;BR /&gt;
&lt;BR /&gt;
you could replace this with:&lt;BR /&gt;
{code}&lt;BR /&gt;
   Color = CStr(ent.layer.TrueColor.ColorIndex)&lt;BR /&gt;
{code}&lt;BR /&gt;
&lt;BR /&gt;
Even if you didn't do this, you could make it better by:&lt;BR /&gt;
{code}&lt;BR /&gt;
    For Each layer In ThisDrawing.Layers 'Thur Layer Collection for color&lt;BR /&gt;
    If ent.layer = layer.Name Then&lt;BR /&gt;
    Debug.Print ent.layer&lt;BR /&gt;
    Color = CStr(layer.TrueColor.ColorIndex)&lt;BR /&gt;
Exit For ' Now you've set the colour why bother with all the other layers&lt;BR /&gt;
    End If&lt;BR /&gt;
    Next layer&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
{code}&lt;BR /&gt;
&lt;BR /&gt;
Also look at the code I supplied for creating SelectionSets.  It will &lt;BR /&gt;
speed up the operation of the code significantly by making it more &lt;BR /&gt;
efficient.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
muckmailer wrote:&lt;BR /&gt;
&amp;gt; I think this code is closer to what I want but I am wondering if there is other drawing entities&lt;BR /&gt;
&amp;gt; that this drawing does not account for in color change. &lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; So far I tryed view port layers out of the picture but maybe I should not. As far as&lt;BR /&gt;
&amp;gt; x-refs I think the program should skip them becuase they belong to other people&lt;BR /&gt;
&amp;gt; on the server.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Private Sub CommandButton1_Click()&lt;BR /&gt;
&amp;gt; Dim ent As AcadEntity&lt;BR /&gt;
&amp;gt; Dim layer As AcadLayer&lt;BR /&gt;
&amp;gt; Dim Color As String&lt;BR /&gt;
&amp;gt; For Each ent In ThisDrawing.ActiveLayout.Block&lt;BR /&gt;
&amp;gt;   Debug.Print ent.ObjectName&lt;BR /&gt;
&amp;gt;   For Each layer In ThisDrawing.Layers 'Thur Layer Collection for color&lt;BR /&gt;
&amp;gt;   If ent.layer = layer.Name Then&lt;BR /&gt;
&amp;gt;   Debug.Print ent.layer&lt;BR /&gt;
&amp;gt;   Color = CStr(layer.TrueColor.ColorIndex)&lt;BR /&gt;
&amp;gt;   End If&lt;BR /&gt;
&amp;gt;   Next layer&lt;BR /&gt;
&amp;gt;  If "AcDbBlockReference" = ent.ObjectName Then 'looks for blocks&lt;BR /&gt;
&amp;gt;   BlockDefination&lt;BR /&gt;
&amp;gt;   Else 'Entities outside of blocks&lt;BR /&gt;
&amp;gt;        If OptionButton1.Value = True Then ent.Color = Color 'Case 1&lt;BR /&gt;
&amp;gt;        If OptionButton2.Value = True Then ent.Color = Color 'Case 2&lt;BR /&gt;
&amp;gt;        If OptionButton3.Value = True Then ent.Color = TextBox1.Text 'Case 3 Color by textbox.&lt;BR /&gt;
&amp;gt;        End If&lt;BR /&gt;
&amp;gt; Next ent&lt;BR /&gt;
&amp;gt; End Sub&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Public Sub BlockDefination()&lt;BR /&gt;
&amp;gt; Dim objBlock As AcadBlock&lt;BR /&gt;
&amp;gt; For Each objBlock In ThisDrawing.Blocks&lt;BR /&gt;
&amp;gt; Set blk = ThisDrawing.Blocks(objBlock.Name)&lt;BR /&gt;
&amp;gt; Set objLayers = ThisDrawing.Layers&lt;BR /&gt;
&amp;gt; Debug.Print blk.Name&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; If Not blk Is Nothing Then&lt;BR /&gt;
&amp;gt; Debug.Print blk.Name&lt;BR /&gt;
&amp;gt; For Each blkent In blk&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; For intI = 0 To objLayers.Count - 1&lt;BR /&gt;
&amp;gt; Set objLayer = objLayers(intI)&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Debug.Print objLayer.Name&lt;BR /&gt;
&amp;gt; 'Assign Block Entity a Color&lt;BR /&gt;
&amp;gt; Debug.Print blkent.Color&lt;BR /&gt;
&amp;gt; Debug.Print objLayer.Name&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; If blkent.Color = acByLayer And objLayer.Name = 0 Then&lt;BR /&gt;
&amp;gt; 'If blkent.Color = 256 And objLayer.Name = 0 Then&lt;BR /&gt;
&amp;gt; If OptionButton1.Value = True Then blkent.Color = acByBlock 'Case 1&lt;BR /&gt;
&amp;gt; If OptionButton2.Value = True Then blkent.Color = ent.Color 'Case 2&lt;BR /&gt;
&amp;gt; End If&lt;BR /&gt;
&amp;gt; If blkent.Color = acByLayer Or blkent.Color = acByBlock Then&lt;BR /&gt;
&amp;gt; If OptionButton3.Value = True Then blkent.Color = TextBox1.Text 'Case 3 Color by text box&lt;BR /&gt;
&amp;gt; End If&lt;BR /&gt;
&amp;gt; Next ' Layer Loop&lt;BR /&gt;
&amp;gt; Next ' Block entities Foreach&lt;BR /&gt;
&amp;gt; End If 'Block Nothing&lt;BR /&gt;
&amp;gt; Next 'Drawing blocks Foreach&lt;BR /&gt;
&amp;gt; End Sub&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Edited by: muckmailer on Jul 13, 2009 12:35 AM</description>
      <pubDate>Mon, 13 Jul 2009 01:50:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508725#M15256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-13T01:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508726#M15257</link>
      <description>But here's the rub, for simple utility programming drafters like me ....&lt;BR /&gt;
&lt;CODE&gt;For Each layer In ThisDrawing.Layers 'Thur Layer Collection for color&lt;BR /&gt;
    If ent.layer = layer.Name Then&lt;BR /&gt;
    Debug.Print ent.layer&lt;BR /&gt;
    Color = CStr(layer.TrueColor.ColorIndex)&lt;BR /&gt;
    End If&lt;BR /&gt;
    Next layer&lt;BR /&gt;
 
&lt;BR /&gt;
tells me what's going on &lt;/CODE&gt;&lt;IMG class="emoticon" src="https://forums.autodesk.com/images/emoticons/happy.gif" border="0" alt="" /&gt;&lt;CODE&gt;, whereas what does this tell me (even if it is better programming)&lt;BR /&gt;
Color = CStr(ent.layer.TrueColor.ColorIndex)  &lt;/CODE&gt;&lt;IMG class="emoticon" src="https://forums.autodesk.com/images/emoticons/sad.gif" border="0" alt="" /&gt;&lt;BR /&gt;
&lt;CODE&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;/CODE&gt;</description>
      <pubDate>Mon, 13 Jul 2009 21:27:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508726#M15257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-13T21:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508727#M15258</link>
      <description>Hi peter,&lt;BR /&gt;
&lt;BR /&gt;
It tells you that for a given entity you can get its layer directly and &lt;BR /&gt;
from the layer you can get the TrueColor.ColorIndex value and convert &lt;BR /&gt;
the whole lot to a string with one operation instead of possibly &lt;BR /&gt;
hundreds of actions.&lt;BR /&gt;
&lt;BR /&gt;
With your more complex code, I had to study it to see what it was doing. &lt;BR /&gt;
  Finally I've given up bothering to work out what you want.&lt;BR /&gt;
&lt;BR /&gt;
"You can lead a horse to water, but you can't make it drink"&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
petercharles wrote:&lt;BR /&gt;
&amp;gt; But here's the rub, for simple utility programming drafters like me ....&lt;BR /&gt;
&amp;gt; |For Each layer In ThisDrawing.Layers 'Thur Layer Collection for color&lt;BR /&gt;
&amp;gt; If ent.layer = layer.Name Then&lt;BR /&gt;
&amp;gt; Debug.Print ent.layer&lt;BR /&gt;
&amp;gt; Color = CStr(layer.TrueColor.ColorIndex)&lt;BR /&gt;
&amp;gt; End If&lt;BR /&gt;
&amp;gt; Next layer&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; tells me what's going on ||, whereas what does this tell me (even if it &lt;BR /&gt;
&amp;gt; is better programming)&lt;BR /&gt;
&amp;gt; Color = CStr(ent.layer.TrueColor.ColorIndex) |&lt;BR /&gt;
&amp;gt; |&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; |</description>
      <pubDate>Mon, 13 Jul 2009 21:44:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508727#M15258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-13T21:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508728#M15259</link>
      <description>Getting back to the point of this thread...I don't understand why VBA coders don't use the VLISP environment anyway.  You can use ALL the ActiveX (VBA) code from within a LISP routine.  In fact, you can practically rewrite your VBA code verbatim into LISP code.  Unfortunately there is not much documentation on it.  But once you figure it out it is VERY self explanatory.  The benefits are that you can use all the code options available to VBA\LISP\VLISP all in the same environment.  On this note, there is NOTHING that VBA does that I can't program verbatim into LISP code.&lt;BR /&gt;
&lt;BR /&gt;
If anyone is interested I can always point you toward the free documentation (that you already have) on writing ActiveX code from within LISP.

Edited by: awerning on Jul 13, 2009 1:55 PM</description>
      <pubDate>Mon, 13 Jul 2009 21:54:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508728#M15259</guid>
      <dc:creator>awerning</dc:creator>
      <dc:date>2009-07-13T21:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508729#M15260</link>
      <description>&amp;gt;&amp;gt;.I don't understand why VBA coders don't use the VLISP environment anyway.&lt;BR /&gt;
&amp;gt;&amp;gt;On this note, there is NOTHING that VBA does that I can't program verbatim into LISP code.&lt;BR /&gt;
&lt;BR /&gt;
Ok, well, port my Solidworks addins then, will you? How about my AlphaCAM   toolpath generator? No? Maybe just a simple standalone .exe?&lt;BR /&gt;
&lt;BR /&gt;
For me, AutoCad vba is just one more avenue that i can use to leverage my VB experience. And once I get up to speed in .NET, I will be able to use that to leverage VSTO, etc.&lt;BR /&gt;
&lt;BR /&gt;
Im not knocking lisp. hell, the language is optimized for acad. But VB is everywhere. And so are my employers ideas of where i should be coding next. I can drop modules of code, written in Excel, and they will run in acad without modifying a line. As a matter of fact, ive posted  such code here.&lt;BR /&gt;
&lt;BR /&gt;
I wish, i really wish, I had the time to get -good- at lisp. But i dont. For what i have to do, i get the most mileage from VB. In a sense, we're both saying the same thing here - that when you're good with a hammer, everything starts looking like a nail.</description>
      <pubDate>Tue, 14 Jul 2009 00:54:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508729#M15260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-14T00:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508730#M15261</link>
      <description>I agree with you there...I was specifically speaking of programmers that know AutoCAD VBA only.  If you are vested in VB then thats a whole different story.&lt;BR /&gt;
&lt;BR /&gt;
On that note...if you are doing the VB and\or VB.NET why aren't you leaning towards the ObjectARX outlet rather than VBA?</description>
      <pubDate>Tue, 14 Jul 2009 01:02:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508730#M15261</guid>
      <dc:creator>awerning</dc:creator>
      <dc:date>2009-07-14T01:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508731#M15262</link>
      <description>same reason, really... portability, reusable code... coding in ARX would be a dream for me. &lt;BR /&gt;
&lt;BR /&gt;
But my employers wouldnt spring for a compiler - hell, they are scared enuff with interpreted code that calls the API. They wouldnt even allow me to install VB Express... I had to install SharpDevelop, cause I could secretly install it without Admin privs. ... so recompiling code for every new acad release is a "pleasure" that Ill never experience.&lt;BR /&gt;
&lt;BR /&gt;
[edit: Just realized that my sharpDevelop install is not longer secret  &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;  ]

Edited by: rocheey on Jul 13, 2009 9:35 PM</description>
      <pubDate>Tue, 14 Jul 2009 01:31:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508731#M15262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-14T01:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: No more VBA in 2010?  What do us utility programming drafters do?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508732#M15263</link>
      <description>Hi awerning,&lt;BR /&gt;
&lt;BR /&gt;
Why don't I code in Lisp:&lt;BR /&gt;
&lt;BR /&gt;
VBA requires less typing.&lt;BR /&gt;
&lt;BR /&gt;
The intellisense of the VBA editor limits the opportunity for typing errosr.&lt;BR /&gt;
&lt;BR /&gt;
Using Declared variables helps avoid typing errors.&lt;BR /&gt;
&lt;BR /&gt;
The Debugging tools are far easier to use.&lt;BR /&gt;
&lt;BR /&gt;
I don't have to keep track of bracket sets.&lt;BR /&gt;
&lt;BR /&gt;
The help files are written for VBA and I don't have to read the extra &lt;BR /&gt;
documentation or have it constantly on hand while I'm working.&lt;BR /&gt;
&lt;BR /&gt;
I don't want to have to read the help in VBA, then look up and &lt;BR /&gt;
accurately type the translation into a dumb editor.&lt;BR /&gt;
&lt;BR /&gt;
There is no way I would ever go back to the T-Model Ford editor for VLisp.&lt;BR /&gt;
&lt;BR /&gt;
When I move it will be to .NET&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
awerning wrote:&lt;BR /&gt;
&amp;gt; Getting back to the point of this thread...I don't understand why VBA coders don't use the VLISP environment anyway.  You can use ALL the ActiveX (VBA) code from within a LISP routine.  In fact, you can practically rewrite your VBA code verbatim into LISP code.  Unfortunately there is not much documentation on it.  But once you figure it out it is VERY self explanatory.  The benefits are that you can use all the code options available to VBA\LISP\VLISP all in the same environment.  On this note, there is NOTHING that VBA does that I can't program verbatim into LISP code.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; If anyone is interested I can always point you toward the free documentation (that you already have) on writing ActiveX code from within LISP.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Edited by: awerning on Jul 13, 2009 1:55 PM</description>
      <pubDate>Tue, 14 Jul 2009 02:05:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/no-more-vba-in-2010-what-do-us-utility-programming-drafters-do/m-p/2508732#M15263</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-14T02:05:35Z</dc:date>
    </item>
  </channel>
</rss>

