<?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: Insert Multiple Blocks in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/insert-multiple-blocks/m-p/1818039#M29969</link>
    <description>Addressing the individual steps will make it easier for you.&lt;BR /&gt;
This is a good project to learn on. Each step has been&lt;BR /&gt;
discussed in the group on many occasions.&lt;BR /&gt;
&lt;BR /&gt;
Start simple&lt;BR /&gt;
- First get confortable using VBA itself. Won't take long.&lt;BR /&gt;
  Get a good book "VBA Developers Handbook" or&lt;BR /&gt;
  many others.&lt;BR /&gt;
&lt;BR /&gt;
- Then learn how to insert a block and set it's attributes.&lt;BR /&gt;
  I assume you mean attributes "whose text..."&lt;BR /&gt;
&lt;BR /&gt;
- Once you're confortable - now look into Automating&lt;BR /&gt;
  Excel from AutoCAD - Many samples on this in&lt;BR /&gt;
  this group and others. The code will look very similar&lt;BR /&gt;
  to coding in Excel VBA as far as reading your range&lt;BR /&gt;
  values and iterating the spreadsheet. If you haven't&lt;BR /&gt;
  done any excel vba - I would start there so you don't&lt;BR /&gt;
  have to worry about Automation at first. Bunch of&lt;BR /&gt;
  turorials on the net about using Excel via VBA.&lt;BR /&gt;
&lt;BR /&gt;
- Also - there are samples right in the AutoCAD help system on&lt;BR /&gt;
  Automating Excel from AutoCAD and vice versa.&lt;BR /&gt;
&lt;BR /&gt;
- Get started and post back if you need help with the individual&lt;BR /&gt;
  steps.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;GERRY1&gt; wrote in message news:5395042@discussion.autodesk.com...&lt;BR /&gt;
Hi all,&lt;BR /&gt;
I'm new here and also in VBA so i need somebody's help.&lt;BR /&gt;
I have an Excel spreadsheet with X, Y and Z data of some point &lt;BR /&gt;
(approximately 5000).&lt;BR /&gt;
I need a code in order to put a block, that it is being inserted in the &lt;BR /&gt;
drawing, in the above point x and y whose text it will be the information &lt;BR /&gt;
from the third column of the Excel file (z-coordinate).&lt;BR /&gt;
Any thoughts would be appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Gerry&lt;/GERRY1&gt;</description>
    <pubDate>Tue, 14 Nov 2006 16:04:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-11-14T16:04:20Z</dc:date>
    <item>
      <title>Insert Multiple Blocks</title>
      <link>https://forums.autodesk.com/t5/vba-forum/insert-multiple-blocks/m-p/1818038#M29968</link>
      <description>Hi all,&lt;BR /&gt;
I'm new here and also in VBA so i need somebody's help.&lt;BR /&gt;
I have an Excel spreadsheet with X, Y and Z data of some point (approximately 5000).&lt;BR /&gt;
I need a code in order to put a block, that it is being inserted in the drawing, in the above point x and y whose text it will be the information from the third column of the Excel file (z-coordinate).&lt;BR /&gt;
Any thoughts would be appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Gerry</description>
      <pubDate>Tue, 14 Nov 2006 11:34:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/insert-multiple-blocks/m-p/1818038#M29968</guid>
      <dc:creator>gerrykroberts</dc:creator>
      <dc:date>2006-11-14T11:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Multiple Blocks</title>
      <link>https://forums.autodesk.com/t5/vba-forum/insert-multiple-blocks/m-p/1818039#M29969</link>
      <description>Addressing the individual steps will make it easier for you.&lt;BR /&gt;
This is a good project to learn on. Each step has been&lt;BR /&gt;
discussed in the group on many occasions.&lt;BR /&gt;
&lt;BR /&gt;
Start simple&lt;BR /&gt;
- First get confortable using VBA itself. Won't take long.&lt;BR /&gt;
  Get a good book "VBA Developers Handbook" or&lt;BR /&gt;
  many others.&lt;BR /&gt;
&lt;BR /&gt;
- Then learn how to insert a block and set it's attributes.&lt;BR /&gt;
  I assume you mean attributes "whose text..."&lt;BR /&gt;
&lt;BR /&gt;
- Once you're confortable - now look into Automating&lt;BR /&gt;
  Excel from AutoCAD - Many samples on this in&lt;BR /&gt;
  this group and others. The code will look very similar&lt;BR /&gt;
  to coding in Excel VBA as far as reading your range&lt;BR /&gt;
  values and iterating the spreadsheet. If you haven't&lt;BR /&gt;
  done any excel vba - I would start there so you don't&lt;BR /&gt;
  have to worry about Automation at first. Bunch of&lt;BR /&gt;
  turorials on the net about using Excel via VBA.&lt;BR /&gt;
&lt;BR /&gt;
- Also - there are samples right in the AutoCAD help system on&lt;BR /&gt;
  Automating Excel from AutoCAD and vice versa.&lt;BR /&gt;
&lt;BR /&gt;
- Get started and post back if you need help with the individual&lt;BR /&gt;
  steps.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;GERRY1&gt; wrote in message news:5395042@discussion.autodesk.com...&lt;BR /&gt;
Hi all,&lt;BR /&gt;
I'm new here and also in VBA so i need somebody's help.&lt;BR /&gt;
I have an Excel spreadsheet with X, Y and Z data of some point &lt;BR /&gt;
(approximately 5000).&lt;BR /&gt;
I need a code in order to put a block, that it is being inserted in the &lt;BR /&gt;
drawing, in the above point x and y whose text it will be the information &lt;BR /&gt;
from the third column of the Excel file (z-coordinate).&lt;BR /&gt;
Any thoughts would be appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Gerry&lt;/GERRY1&gt;</description>
      <pubDate>Tue, 14 Nov 2006 16:04:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/insert-multiple-blocks/m-p/1818039#M29969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-11-14T16:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Multiple Blocks</title>
      <link>https://forums.autodesk.com/t5/vba-forum/insert-multiple-blocks/m-p/1818040#M29970</link>
      <description>I agree with Paul, but sometime when&lt;BR /&gt;
you have a time limit better yet to see the&lt;BR /&gt;
similar solution, IMHO&lt;BR /&gt;
Here is something that will be helps I hope&lt;BR /&gt;
See attached file here&lt;BR /&gt;
&lt;BR /&gt;
http://www.cadtutor.net/forum/showthread.php?t=10132&lt;BR /&gt;
&lt;BR /&gt;
Fatty&lt;BR /&gt;
&lt;BR /&gt;
~'J'~</description>
      <pubDate>Thu, 16 Nov 2006 15:53:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/insert-multiple-blocks/m-p/1818040#M29970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-11-16T15:53:17Z</dc:date>
    </item>
  </channel>
</rss>

