toshga
Mechanical
- Jan 15, 2002
- 12
Is there a way to have a macro autorun whenever I open a certain part file?
Thanks,
Todd
Thanks,
Todd
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sub main()
Application.SldWorks.RunMacro("C:\StartupMacro1","Module1","main()")
Application.SldWorks.RunMacro("C:\StartupMacro2","Module1","main()")
Application.SldWorks.RunMacro("C:\StartupMacro3","Module1","main()")
'And on
'and on
'and on.....
End Sub