Search found 1 match
- Mon Feb 20, 2023 8:31 am
- Forum: Macro Library
- Topic: Changing Part's configuration properties macros code.
- Replies: 0
- Views: 1483
Changing Part's configuration properties macros code.
This is the code to change configuration properties of every part in an assemby. But the code doesn't seem to make any changes to the parts, what could be the problem? Sub AddConfigPropertyToAssembly(filePath As String, propertyName As String, propertyValue As String) Dim swApp As SldWorks.SldWorks ...