<?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: Total parts quantity in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/total-parts-quantity/m-p/12173584#M20229</link>
    <description>&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;Thanks for your response. I managed it using a VBA code in Excel and save it as a Personal workbook.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 16 Aug 2023 02:47:37 GMT</pubDate>
    <dc:creator>farshidDWRFR</dc:creator>
    <dc:date>2023-08-16T02:47:37Z</dc:date>
    <item>
      <title>Total parts quantity</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/total-parts-quantity/m-p/12163553#M20227</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I have assigned 3 types to the parts in an assembly. I have an iLogic snippet that creates 3 separate Excel files from BOM based on these types.&amp;nbsp; I need to make 2 improvements to my code:&lt;/P&gt;&lt;P&gt;1- To add a row at the end of each table in my Excel sheets under the column QTY that shows the total number of parts in that column. For example, if I have Part1x2, Part2x6, and Part3x12 I need to get a total quantity of 20.&lt;/P&gt;&lt;P&gt;2- The tables in my Excel sheets are long. I have another piece of code that can create separate sheets with 10 rows in each Excel file. I need this code to be integrated into my main code.&lt;/P&gt;&lt;P&gt;I attach both codes so that you can have a look and help me with this.&lt;/P&gt;&lt;P&gt;I appreciate anyone who can assist me.&lt;/P&gt;&lt;P&gt;Farshid&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 23:10:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/total-parts-quantity/m-p/12163553#M20227</guid>
      <dc:creator>farshidDWRFR</dc:creator>
      <dc:date>2023-08-10T23:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Total parts quantity</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/total-parts-quantity/m-p/12172191#M20228</link>
      <description>&lt;P&gt;For the second task sheet split first you need to convert your code from VBA to VB.Net. I am assuming you assembled that code yourself? If so it should be only a matter of reference the excel dll and and add reference to xl object similar to your first code. Next delete the key word Set. I would suggest to test it complety in isolation before trying to link it into your main code due to its complexity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the first task you will need to get the last row of column qty and then use a summing formula to sum up the qtys. You might need to handle length units if they are present. In the delete sub routine this has all the receipe to find the last row of the sheet. You can use this as the basis to dertermine the last row.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 14:25:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/total-parts-quantity/m-p/12172191#M20228</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2023-08-15T14:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Total parts quantity</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/total-parts-quantity/m-p/12173584#M20229</link>
      <description>&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;Thanks for your response. I managed it using a VBA code in Excel and save it as a Personal workbook.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 02:47:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/total-parts-quantity/m-p/12173584#M20229</guid>
      <dc:creator>farshidDWRFR</dc:creator>
      <dc:date>2023-08-16T02:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Total parts quantity</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/total-parts-quantity/m-p/12174918#M20230</link>
      <description>&lt;P&gt;Good stuff having an in depth knoledge of one launguage makes learning a new one much easier. Can you post the attempted conversion of Sub Routine SplitTableIntoSheets()&lt;/P&gt;&lt;P&gt;from vba to vb.net? Attempting the conversion and figuring out what works and doesn't work is a great tool in learning the difference between VBA and VB.Net. It will make any future conversion much easier. Any questions as always just post them to the thread.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 14:26:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/total-parts-quantity/m-p/12174918#M20230</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2023-08-16T14:26:37Z</dc:date>
    </item>
  </channel>
</rss>

