inventor vba user parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I was trying to put together a vba for inventor that would let user browse for excel file with three columns; column A for name of parameter, B will be value and C units. Then vba will loop through the excel get the parameter name and see if it exist in the inventor file, if so it will just get the value and unit ,if not it will create the user parameter. So far I got the vba to browse for the file and open and after that I couldn’t figure out how to do the loop. when i run the vba it let me pick the excel file then it will freeze. With the help of this forum I have an ilogic rule that does it but I am trying to have the vba version of it. i have attached the vba i have as a text. sample vba or guidance will be appreciated. Thank you very much.