According to GOOGLE's
define:macro
Definitions of macro on the Web:
A macro is a shortcut key combination. For example, a macro allows one to hit one letter and have it execute a few different commands.
www.cis.ksu.edu/~bhoward/vi/vi90.html
A macro is an abbreviation for a set of commands, so instead of typing a complicated sequence of commands you can simply type the macro's name. You can either think of macros as a new commands in their own right or as subroutines.
www.phys.unm.edu/~rjr/sm/sm_21.html
A mini-program which will execute a series of commands in series, saving the user having to repeat typing or data input. Macros are typically created to perform frequently used tasks.
http://www.angelfire.com/bc/nursingi...glossary4.html
A series of commands and procedures that are carried out in response to a single command or keystroke, or identified by a single name.
www.c-3.com/dict.cfm
A symbol, name, or key that represents a list of commands, actions, or keystrokes. Many programs allow you to create macros so that you can enter a single character or word to perform a whole series of actions.
www.msun.edu/infotech/its/how/glossary/m.htm
A macro is an automated series of program commands, such as a list of formatting commands for a word processing program. Many common applications, including spreadsheet and word processing programs, use macros.
www.tecrime.com/0gloss.htm
A series of commands, keyboard or mouse actions that are recorded and performed automatically when a certain key is pressed or a certain command is entered.
www.pccomputernotes.com/pcterms/glossarym.htm
a simple computer program that scripts a series of actions. Macros can usually be created without writing any programming code. The simplest way to create a macro is to record a series of keystrokes that can then be reused later.
accuracybook.com/glossary.htm
A single computer command that is used to trigger a programmed sequence of often-repeated commands, thus saving the user the time and effort of inputting them over and over. The macro, which is usually created by the user, is a file containing the list of commands.
www.techwriter.co.nz/nerd-im.html