Does anyone now how to change the active configuration of a part in an assembly? I know to chage a configuration in an active part you use:
Set swApp = Application.SldWorks
Set Part = swApp.ActiveDoc
Part.ShowConfiguration "configuration name"
End Sub
My problem is I want to change the configuration while in an assembly.