Thanks FCS
Below is what was listed, doesnt work when attached to button though. Even with my limited experience, I dont see a "pan" command?
' ******************************************************************************
' C:\DOCUME~1\haydug\LOCALS~1\Temp\swx3132\Macro1.swb - macro recorded on 07/13/07 by haydug
' ******************************************************************************
Dim swApp As Object
Dim Part As Object
Dim boolstatus As Boolean
Dim longstatus As Long, longwarnings As Long
Dim FeatureData As Object
Dim Feature As Object
Dim Component As Object
Sub main()
Set swApp = Application.SldWorks
Set Part = swApp.ActiveDoc
End Sub