answersLogoWhite

0


Best Answer

Macros can be used for a number of things. They can be used to create documents and other essential functions in a document easily. Macros are used for management and evaluation of spreadsheets.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

When you create a macro, you store a phrase (even a long string of characters) in memory so that typing a single key on the keyboard will produce the phrase, saving all that retyping. Macros save you time and effort, that's what they do.

The last person thought it meant macro in programming. Macro is a close up image

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Macros are a great productivity tool. It allow you to run series of actions with a click of a button. Macros help you work smartly.

What is a macro?A macro is a set of tasks combined together so that you can run or replay the entire task together with a single command. Macros are a powerful productivity tool. With macros you can perform long or boring tasks just by a single click.
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are macros used for?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What is a macro recorder used for?

When attempting to do repetitive or simple tasks on a computer, often times a macro can be used to automate the process. Macros are sets of scripted instructions to the computer to perform actions, such as typing in a phrase, clicking the mouse at a certain point, or opening a program. Macros can be built by writing the script manually, or by using a macro recorder, which monitors the user's actions and tries to build a script that replicates those actions.


Is corel draw a computer language?

No. It is an application used for graphics.No. It is an application used for graphics.No. It is an application used for graphics.No. It is an application used for graphics.No. It is an application used for graphics.No. It is an application used for graphics.No. It is an application used for graphics.No. It is an application used for graphics.No. It is an application used for graphics.No. It is an application used for graphics.No. It is an application used for graphics.


What is used to describe data and what is used to display data in computer?

what is used to describe data and what is used to display data in compuier


What is fluorocarbon used for?

they are used for sprays.


How do you create macro?

You can create a macro (macro: An action or a set of actions that you can use to automate tasks. Macros are recorded in the Visual Basic for Applications programming language.) by using the macro recorder to record a sequence of actions, or you can create a macro from scratch by entering Visual Basic for Applications (Visual Basic for Applications (VBA): A macro-language version of Microsoft Visual Basic that is used to program Microsoft Windows-based applications and is included with several Microsoft programs.) code in the Visual Basic Editor (Visual Basic Editor: An environment in which you write new and edit existing Visual Basic for Applications code and procedures. The Visual Basic Editor contains a complete debugging toolset for finding syntax, run-time, and logic problems in your code.).You can also use both methods. You can record some steps and then enhance them with additional code.By recording stepsOn the Tools menu, point to Macro, and then click Record New Macro.In the Macro name box, type a name for the macro.In the Store macro in box, click the template (template: A file or files that contain the structure and tools for shaping such elements as the style and page layout of finished files. For example, Word templates can shape a single document, and FrontPage templates can shape an entire Web site.) or document in which you want to store the macro.In the Description box, type a description for the macro.If you don't want to assign the macro to a toolbar (toolbar: A bar with buttons and options that you use to carry out commands. To display a toolbar, press ALT and then SHIFT+F10.), a menu (menu: A list of commands that is displayed when you click a menu name on a menu bar or other toolbar.), or shortcut keys (shortcut key: A function key or key combination, such as F5 or CTRL+A, that you use to carry out a menu command. In contrast, an access key is a key combination, such as ALT+F, that moves the focus to a menu, command, or control.), click OK to begin recording the macro.To assign the macro to a toolbar or menu, click Toolbars, and then click the Commands tab. In the Commands box, click the macro you are recording, and drag it to the toolbar or menu you want to assign it to. Click Close to begin recording the macro.To assign the macro to shortcut keys, click Keyboard. In the Commands box, click the macro you are recording. In the Press new shortcut key box, type the key sequence, and then click Assign. Click Close to begin recording the macro.Perform the actions you want to include in your macro.When you record a macro, you can use the mouse to click commands and options, but not to select text. You must use the keyboard to record these actions. For example, you can use F8 to select text and press END to move the cursor to the end of the line.To stop recording your macro, click Stop Recording.By using Visual Basic for ApplicationsOn the Tools menu, point to Macro, and then click Macros.In the Macros in list, click the template (template: A file or files that contain the structure and tools for shaping such elements as the style and page layout of finished files. For example, Word templates can shape a single document, and FrontPage templates can shape an entire Web site.) or document in which you want to store the macro.In the Macro name box, type a name for the macro.Click Create to open the Visual Basic Editor.Note If you give a new macro the same name as an existing built-in command in Microsoft Word, the new macro actions will replace the existing actions. To view a list of built-in macros in Word, point to Macro on the Tools menu, and then click Macros. In the Macros in list, click Word Commands.

Related questions

Why do you use macros?

Macros are used to automate repetative tasks.


Why you use macros?

Macros are used to automate repetative tasks.


Is it true that Macro can be used to automate almost any task you perform in Excel?

Yes it is. Macros are used to automate tasks. If you know how to create them, you can do many different kinds to do a wide range of tasks.


Which is used to record save an then execute a set of keystrokes and instructions repeatedly?

macros


How you run the macros into Microsoft Excel?

You can open the Macros section and run macros from there. The quickest way to do that is press Alt - F8. You can also run macros by clicking on buttons or other objects that you have assigned them to.


Will openoffice crash with macros?

The honest answer is: "OpenOffice.org is software and therefore can crash as any software." However, the more interesting question is does OpenOffice.org support macros? The answer is: Yes and No! OpenOffice.org does support its own macro language. However the standard edition (as of release 2.3) does not support Visual Basic Macros, as used in Microsoft Office. There are editions of OpenOffice, that support VBA macros.


How do you get Macros to work on newer versions of Excel?

There can be many reasons why your macros are not working. Check security settings to ensure your version of Excel has macros enabled. Many times, the default installation disables the ability to use macros. Ensure you accept security certificates for the author of the macros.


How do you run VB in Microsoft Excel?

You can do it by creating macros and then editing the macros. The macros or set of code can be applied to a button. It will depend on the version of Excel you have, but you can usually start creating macros or writing code through the Tools menu.


What types of macros are available in Flowcode?

Component Macros are built in functions used to control components such as an LCD display, EEPROM, switches, serial data, etc. Macros are user created functions that help make the program more modular. As far as I can tell, there are only those 2 types.


Different types of macros in assembler?

Types of macros In general, there are two types of macros: ExecutiveThese macros generate either code or data that is incorporated into the program being assembled.Generally, an executable instruction is generated.DeclarativeThese macros produce information used by the assembly process while generating code.z/TPF system programs use a large set of macro instructions to generate linkages or to simply generate inline code. Many of these macros are restricted to system programs because the macros are subject to change in future releases and represent an unprotected interface. A macro with an unprotected interface is called a system macro. Because some z/TPF system programs run in the application execution environment, some of the system macros also generate SVC linkages.


Do word processor support macros?

Some word processor support macros, some does not.


Macro in C Language?

Macros are very common and often used in C programming to declare constants, such as strings, addresses, or any other values such as maximum number of elements in an array, and so on. For those who are not familiar with them, Macros are declared by the #define keyword. Macros are also used to define some basic functionality given a set of 1 or more typeless parameters, similarly to an inline function.