ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
NTNathanel Titane29/07/2024

I found this macro as an example/base in the SW archives.

Can someone help with tweaking it to recurse through all of the document'S configs and rename the child exploded view if present using the configuration name + "-EXPL" at the end?

thanks:

Option Explicit Dim swApp As SldWorks.SldWorks Dim swModel As SldWorks.ModelDoc2 Dim swModelDocExt as SldWorks.ModelDocExtension Dim swAssembly As SldWorks.AssemblyDoc