What does a macro actually do

  • Thread starter Thread starter Robin
  • Start date Start date
R

Robin

In excel if it is a Macro file that it updates all related workbooks. I do
not entirely understand this.
 
Dear Robin

A macro is a recording of each command and action you perform to complete a
task. Later whenever you need to carry out that task in your worksheets you
just need to run the macro. They will always carry out the same steps in the
same order. Complex ones can be created using the VBE but simpler ones are
created by recording the macro. Try recording one from tools|Macro and view
the code to understand your actions...

If this post helps click Yes
 
Jacob,

Thank you. You explained that well.

Jacob Skaria said:
Dear Robin

A macro is a recording of each command and action you perform to complete a
task. Later whenever you need to carry out that task in your worksheets you
just need to run the macro. They will always carry out the same steps in the
same order. Complex ones can be created using the VBE but simpler ones are
created by recording the macro. Try recording one from tools|Macro and view
the code to understand your actions...

If this post helps click Yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top