- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.
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.
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.
Solved! Go to Solution.