What is the importance of testing macros prior to implementing them?

What will be an ideal response?

If a macro results in an error the result may be different than what was originally intended. Partially or incorrectly executed macros can result in errors in within the database. Additionally, if a macro results in an error, the user will be presented with an error message. The intended user of the database will likely not know how to resolve the problem. Proper testing can avoid both of these results.

Computer Science & Information Technology

You might also like to view...

Absolute cell references are indicated by placing a $ in front of the row and column indicators

Indicate whether the statement is true or false

Computer Science & Information Technology

Kernelling is the process of running a small piece of code to activate other parts of the operating system during the boot process

Indicate whether the statement is true or false.

Computer Science & Information Technology