answersLogoWhite

0

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.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What is the definition of the word macro?

In computer terms, a macro is a way to automate a task that you perform repeatedly or on a regular basis. It's a series of commands and actions that can be stored and run whenever you need to perform the task. You can record or build a macro, and then play the macro to automatically repeat the series of commands or actions.


How do you get merged cells to auto height with out a macro in Excel?

I don't know about Excel 2007 but in 2003 you cannot do it with a macro. An inherent feature constratint of Excel 2003.


What are micros in MS Excel?

If you perform a task repeatedly in Microsoft Excel, you can automate the task with a macro. A macro is a series of commands and functions (function: A prewritten formula that takes a value or values, performs an operation, and returns a value or values. Use functions to simplify and shorten formulas on a worksheet, especially those that perform lengthy or complex calculations.) that are stored in a Microsoft Visual Basic module (module: A collection of declarations, statements, and procedures stored together as one named unit. There are two types of modules: standard modules and class modules.) and can be run whenever you need to perform the task. For example, if you often enter long text strings in cells, you can create a macro to format those cells so that the text wraps.


What virus attaches to documents such as word or excel files?

Macro viruses use Microsoft Word and Excel's capabilities to embed code and programs into the document. When the document is opened, the macro virus is executed and infects your computer.


What is vba contain in micros in Excel?

VBA stands for Visual Basic for Applications. Visual Basic is a computer programming language. Using VBA you can write commands (a macro) which execute when run. This can be very useful (particularly if you want to automate repetitive, frequent and time consuming tasks in Excel for example).


What are two words an Excel macro ends with?

End Sub.


Can run access or excel macro codes on pdf files?

Yes! you can!


How many lines of macro code an excel sheet accept?

3


WHAT a virus that is attached to documents such as Word or Excel files?

macro virus


What is the name of the custom toolbar where where you can attach your own macro?

In Excel 2013 what is the name of the custom toolbar where you can attach your own macro buttons


You have recorded a macro. By mistake you recorded an action in it which you do not want. How will you remove the unwanted action without having to record the whole macro again?

All you need to do is edit the macro and remove the section you do not want in the macro. Excel 2007: From the Developer tab on the Menu ribbon, click on the Visual Basic icon in the Code section. See related links for a detailed tutor on how to edit an Excel macro.


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.