Hello all,
I have created an Excel macro for the NX spreadsheet that is a user form to enter data in to our ERP system (create item masters and bill of materials). I am looking for a way to also save this information that is entered through my VBA form in to the NX part attributes
. As of now, the user has to click a specific blank cell and then manually navigate to the add-ins tab and click on the Extract Attr button
. Then, once they use my form to update the information, they have to navigate to the add-ins tab again and run Update NX Part. I am looking for a way to automate the add-ins functions with an excel macro. Is there any way to have an excel macro that will run the add-ins buttons? Thanks for the help in advance!
I have created an Excel macro for the NX spreadsheet that is a user form to enter data in to our ERP system (create item masters and bill of materials). I am looking for a way to also save this information that is entered through my VBA form in to the NX part attributes