All,
Ok ... so ... Handleman's initial response was good to go and got me to the point where I have a pre-recorded macro that is now tweeked. However, for creating VBAs in solidworks I would like to know what the best practices are ... for instance ... here is the code in the 'Module 1' area of...
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...