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 =...