All,
I have recorded the following macro for use ...
'Global Variable Declarations
Dim swApp As Object
Dim Part As Object
Dim SelMgr As Object
Dim boolstatus As Boolean
Dim longstatus As Long, longwarnings As Long
Dim Feature As Object
' Main() call
Sub main()
Set swApp =...
All,
My boss has tasked me with expoloring the possibility of automating our Quoting process for simple parts.
While I do hold a CompSci degree I have never programmed in VBA nor have I ever used Solidworks. I have done some preliminary research and found that Solidworks comes with a VBA...