<?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: Inventor VBA User form - Bring in BOM for assembly in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-vba-user-form-bring-in-bom-for-assembly/m-p/13362181#M1862</link>
    <description>&lt;P&gt;I've never had to add the ListBox. Is this the one you're trying to add? Mine is using&amp;nbsp;C:\Program Files\Microsoft Office\Root\VFS\System\FM20.DLL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jjstr8_1-1741614936801.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1475755i9879033BDA7C4EA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jjstr8_1-1741614936801.png" alt="jjstr8_1-1741614936801.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jjstr8_0-1741614890364.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1475754i3E9909C426EAB992/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jjstr8_0-1741614890364.png" alt="jjstr8_0-1741614890364.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Mar 2025 13:59:07 GMT</pubDate>
    <dc:creator>jjstr8</dc:creator>
    <dc:date>2025-03-10T13:59:07Z</dc:date>
    <item>
      <title>Inventor VBA User form - Bring in BOM for assembly</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-vba-user-form-bring-in-bom-for-assembly/m-p/13349635#M1858</link>
      <description>&lt;P&gt;So I will do my best to explain what I am doing. I am very aware that there are multiple ways to do what I am doing and YES I know many of them are far easier than the way I am trying to do it but all of that is besides the fact so without further ado here is where I am at and what I am trying to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a Macro in VBA that pulls up a userform for either a part or an assembly based on the file type. the part user form works flawlessly and pulls all of the information from the part file and autopopulates the form. then the user can fill in the rest of the form with the required information and hit the "Export to Excel" button which then creates a work order based on an excel template. it is big an bulky code that as I get better with coding will absolutely get refined but it works perfectly.&lt;/P&gt;&lt;P&gt;The issue I have is when I am doing the assembly user form I will need to pull in the BOM and populate it into the userform. I would optimally like the BOM of material to populate in some sort of table that has the ability to export different protions of the BOM to certain Excel cells. the only way I have been able to find is to create all different "TextBox" or "ComboBox". I have no problem doing this but I feel there has to be an easier way to do this. I am a begginner in the coding world and I am not looking for someone to do this work for me, I am more interested in guidance so I can learn if that makes sense.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 16:51:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-vba-user-form-bring-in-bom-for-assembly/m-p/13349635#M1858</guid>
      <dc:creator>Mild_Annoyance</dc:creator>
      <dc:date>2025-03-03T16:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor VBA User form - Bring in BOM for assembly</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-vba-user-form-bring-in-bom-for-assembly/m-p/13350607#M1859</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16110278"&gt;@Mild_Annoyance&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you explain a little more about what section of the BOM you want to export? When I read you wanted the BOM populated to the user from I was immediately thinking you want to replicate the BOM allready in place. This to me seems like duplication of work. Maybe a quick screen shot of what you would like to do as in the end result in excel and other users can guide you to how best to achieve this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 05:06:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-vba-user-form-bring-in-bom-for-assembly/m-p/13350607#M1859</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2025-03-04T05:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor VBA User form - Bring in BOM for assembly</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-vba-user-form-bring-in-bom-for-assembly/m-p/13351553#M1860</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16110278"&gt;@Mild_Annoyance&lt;/a&gt;&amp;nbsp;: A little more context would be helpful. That being said, the VBA ListBox supports multiple columns and multi-select. If your end-goal is to export selected rows and selected columns, the multi-column ListBox would work. You would probably need checkboxes at each column to select which ones you want to export. If you want to pull anything from the source BOM when exporting, you'll likely need to reserve a column to hold the BOM row index.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 14:38:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-vba-user-form-bring-in-bom-for-assembly/m-p/13351553#M1860</guid>
      <dc:creator>jjstr8</dc:creator>
      <dc:date>2025-03-04T14:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor VBA User form - Bring in BOM for assembly</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-vba-user-form-bring-in-bom-for-assembly/m-p/13362108#M1861</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7946284"&gt;@A.Acheson&lt;/a&gt;&amp;nbsp;I agree it does seem like a duplication. What I am trying to do is to have the BOM displayed in the userform so the user can review it before exporting it to the next step witch exports those parts in the BOM to an excel template but also gives the user the ability to remove items from export or add additional items.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/111000"&gt;@jjstr8&lt;/a&gt;&amp;nbsp;I have looked into the VBA Listbox and it does seem to do what I am trying to do however there is a registry error the prevents me from adding the additional windows controls to the VBA Toolbox as that function is not included with windows natively. IT has tried but it hasnt gone anywhere and as I am the only one asking I am guessing its not at the top of the list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I am exploring Visual Studio as it has more capabilities than VBA Editor but that is coming with its own issues being something that is well beyond my abilities currently.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 13:18:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-vba-user-form-bring-in-bom-for-assembly/m-p/13362108#M1861</guid>
      <dc:creator>Mild_Annoyance</dc:creator>
      <dc:date>2025-03-10T13:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor VBA User form - Bring in BOM for assembly</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-vba-user-form-bring-in-bom-for-assembly/m-p/13362181#M1862</link>
      <description>&lt;P&gt;I've never had to add the ListBox. Is this the one you're trying to add? Mine is using&amp;nbsp;C:\Program Files\Microsoft Office\Root\VFS\System\FM20.DLL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jjstr8_1-1741614936801.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1475755i9879033BDA7C4EA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jjstr8_1-1741614936801.png" alt="jjstr8_1-1741614936801.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jjstr8_0-1741614890364.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1475754i3E9909C426EAB992/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jjstr8_0-1741614890364.png" alt="jjstr8_0-1741614890364.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 13:59:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-vba-user-form-bring-in-bom-for-assembly/m-p/13362181#M1862</guid>
      <dc:creator>jjstr8</dc:creator>
      <dc:date>2025-03-10T13:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor VBA User form - Bring in BOM for assembly</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-vba-user-form-bring-in-bom-for-assembly/m-p/13362184#M1863</link>
      <description>&lt;P&gt;If you want simplicity the route you can do all the removal and manipulation in the exported BOM excel sheet. I ran an an excel vba macro after the fact to filter certain columns and rows to different BOM pages. I'm sure any macros you develop to automate the filtering can be used in your user form approach later. The user form idea would be a nice touch but it is an involved approach and adjusting them later can be a mission.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 14:00:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-vba-user-form-bring-in-bom-for-assembly/m-p/13362184#M1863</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2025-03-10T14:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor VBA User form - Bring in BOM for assembly</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-vba-user-form-bring-in-bom-for-assembly/m-p/13362220#M1864</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7946284"&gt;@A.Acheson&lt;/a&gt;&amp;nbsp;I appreciate your help. I was afraid it was gettiing to involved and wasnt gonna work.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 14:18:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-vba-user-form-bring-in-bom-for-assembly/m-p/13362220#M1864</guid>
      <dc:creator>Mild_Annoyance</dc:creator>
      <dc:date>2025-03-10T14:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor VBA User form - Bring in BOM for assembly</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-vba-user-form-bring-in-bom-for-assembly/m-p/13362237#M1865</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/111000"&gt;@jjstr8&lt;/a&gt;&amp;nbsp;My apologies, was "Microsoft ListView Control" not ListBox&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 14:25:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-vba-user-form-bring-in-bom-for-assembly/m-p/13362237#M1865</guid>
      <dc:creator>Mild_Annoyance</dc:creator>
      <dc:date>2025-03-10T14:25:02Z</dc:date>
    </item>
  </channel>
</rss>

