Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
IGIsaac Graff30/01/2025
Hello, I am trying to automate a process to roll back 2024 parts and assemblies to 2022 revision.
My code runs fine, and creates the files were I want them... but they are still 'future versions' when I try to open them with 2022.
Sub Version_Convert()
' Declare variables
Dim swApp As Object
'Dim swApp As SldWorks.SldWorks
Dim swModel As Object
Dim filePath As String
Dim savePath As String
Dim instance