' ******************************************************************************
' swxJRNL.swj - journal recorded on 08/10/99 by grma
' ******************************************************************************

Dim swApp As Object
Dim Part As Object
Dim Gtol As Object
Dim FeatureData As Object
Dim Feature As Object
Dim Component As Object
Sub main()
Set swApp = CreateObject ("SldWorks.Application")
Set Part = swApp.OpenDoc ("D:\Projects\altex\propductassem.SLDASM", 2)
' MSGBOX
' Unable to locate the file C:\WINNT\Profiles\drspam\altex stuff\prop2\colstruct.SLDPRT.  Would you like to find it yourself?

' MSGBOX
' Unable to locate the file C:\WINNT\Profiles\drspam\altex stuff\prop2\propellerclock.SLDPRT.  Would you like to find it yourself?

Set Part = swApp.ActivateDoc ("propductassem.SLDASM")
swApp.ExitApp
End Sub
