Anyone used Macro Magic in SW?

Discussion in 'SolidWorks' started by ]{ilr]3, Jul 28, 2003.

  1. ]{ilr]3

    ]{ilr]3 Guest

    Someone was telling me that Macro Magic is a good way to create
    macro's in SW. Has anyone tried this? Is it any better than the built
    in recorder and the success of creating macro's without errors?

    Thanks
     
    ]{ilr]3, Jul 28, 2003
    #1
  2. MacroMagic and similar tools (I use http://www.americansys.com/ezmacros.htm)
    work differently than the "built in recorder".
    They don't care about the application (SolidWorks) you're using: they record
    your mouse moves, clicks and keyboard strokes, and replay those actions. The
    nice thing is they work the same with any application, and let you switch
    from one to the other, so I'd recommend them for simple inter-application
    macros (PDM, Excel...)

    On the other hand, SolidWorks macro recorder creates a SolidWorks-dependent
    VBA (Visual Basic for Application) program which has 2 main advantages over
    the previous ones :
    1) it knows about SolidWorks objects, especially 3D : when you will run a
    macro that selects something on the screen, it will work even if you changed
    the SW window size (MacroMagic and others will click at the same pixel
    position, not on the same edge or face...)
    2) with a little programming skills, you can edit the VBA code to build
    really useful macros that will work in a wider range of cases.
     
    Philippe Guglielmetti, Jul 28, 2003
    #2
  3. ]{ilr]3

    ]{ilr]3 Guest

    Thanks
     
    ]{ilr]3, Jul 29, 2003
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.