Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
KKKishore Kuppusamy26/12/2024
Hi,
Does any one have macro to do Check out and in the files in PDM. Am looking for macro after check out I need to update the custom properties then Check in the file back.
Following code does not opening the required file. Am using UI from Excel.
Option Explicit
Dim swApp As SldWorks.SldWorks
Dim pdmVault As EdmVault5
Dim Handle As Long
Dim Filename As String
Dim Filelocation As String
Dim swFile As IEdmFile