An easier way to capture/insert coordinates and area

Hey Greg,

TLDR...   :sunglasses:

I just scanned through it.

One possibly useful hint if you're creating very similar macros is to:

  1. Create a template macro.
  2. Export the Macro XML and save it.

Then in your creation macro:

  1. Make a copy of the template.
  2. Massage the XML template text as needed -- for instance change coordinate values.
  3. Import the macro.

See Peter's post here:

Script KM to create macros

-Chris