Archive

Archive for the ‘Macro’ Category

Macro Tip – How to quickly stop a SolidWorks macro

July 3rd, 2010

CTRL + Pause/Break

Especially useful for macros which loop through lots of operations.

If you have a looping MsgBox() popup, the above CTRL+break doesn’t seem to work. In this case:

Task Manager -> Processes -> swvbaserver.exe (End Process)
Note: SW may have to be restarted to allow a macro to run afterwards.

Reference

sburke How-To, Macro