Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
LOLuis Omar Ruiz30/05/2024
Hello, How can i select betwen documents? I use ".GetDocuments" but only the active one is selected, and dont do the macro´s process in the others
Option Explicit
Dim swApp As SldWorks.SldWorks
Dim swModel As SldWorks.ModelDoc2
Dim swModelIndex As SldWorks.ModelDoc2
Dim Model As Object
Dim boolstatus As Boolean
Dim longstatus As Long, longwarnings As Long
Dim Modelo As Integer
Dim vModels As Variant
Dim index