I've been trying to find VBA code to minimize the Solidworks window.
I want to close the current doc then minimize SW, I've got the close current doc part using swApp.CloseDoc (OpenDoc) but can't figure out how to minimize. I've tried various versions of Application.Windowstate=1 but it doesn't work.
I want to close the current doc then minimize SW, I've got the close current doc part using swApp.CloseDoc (OpenDoc) but can't figure out how to minimize. I've tried various versions of Application.Windowstate=1 but it doesn't work.