Message 1 of 3
Update Custom Content Center Parts (Change Size)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I've created some content center parts for our company, I've since updated the part numbers of these parts. Is there an easy way to mass update all of the content center parts in an assembly? It would be like the refresh standard components for bolts, nuts, etc.
Right now what im doing is: right click component > "Change Size..." > wait for dialog box and press enter
Tried something like this to recreate the workflow, but couldnt get it to work.
ThisApplication.CommandManager.ControlDefinitions("CCV2ChangeSizeButton").Execute2(False) System.Windows.Forms.SendKeys.SendWait("{ENTER}")
Any help would be much apricated. Thanks.