#1   Report Post  
JessicaHam
 
Posts: n/a
Default what is a macro?

How do you record a macro?

What is the use for a macro within Excel or any MS Office Program?

I appreciate any help you can give. Thanks!!

Jessica
  #2   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

Originally macro was a collection of commands written in special macro
language, which the user could invoke at will. Lately is this term often
used as synonym for VBA procedure, but for as much as I know, old macro
commands are supported too. In Excel, when you record a macro step-by-step,
really a procedure is created, but in Access is created an old-style macro.

To create a macro (Procedure) in Excel you can start macro recorder from
menu Tools.Macro.RecordNewMacro - all your actions are stored as VBA
comands, until you stop the Macro Recorder. Macros created in such way are
stored in workbooks module (those macros are available only from this
workbook), or in a module of Personal Macro Workbook (macros stored there
are available in any workbook, opened in this computer).
Or you activate VBA editor (Alt+F11), and write the VBA procedure yourself
(When there is no module ready, then from menu Insert.Module. And when you
have the module, then Insert.Procedure, type the name, and set type to Sub).

In VBA editor, you can edit macros, created by Macro Recorder, too. The
code, written by Macro Recorder, usually isn't optimal.

--
When sending mail, use address arvil<attarkon.ee
Arvi Laanemets


"JessicaHam" wrote in message
...
How do you record a macro?

What is the use for a macro within Excel or any MS Office Program?

I appreciate any help you can give. Thanks!!

Jessica



  #3   Report Post  
JulieD
 
Posts: n/a
Default

Hi Jessica

sounds like homework questions to me ...

so for Q1 ... have a look somewhere on the tools menu

and for Q2 ... here's some multiple choice options to get you started

A macro can be used for?
a) Automating repetative tasks
b) Extending the functioanlity of a program
c) Creating a menu driven workbook
d) All of the above

Cheers
JulieD


"JessicaHam" wrote in message
...
How do you record a macro?

What is the use for a macro within Excel or any MS Office Program?

I appreciate any help you can give. Thanks!!

Jessica



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Playing a macro from another workbook Jim Excel Discussion (Misc queries) 1 February 23rd 05 10:12 PM
automatic macro update boconnell Excel Worksheet Functions 4 February 9th 05 07:10 PM
Date macro Hiking Excel Discussion (Misc queries) 9 February 3rd 05 12:40 AM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM
Macro and If Statement SATB Excel Discussion (Misc queries) 2 December 3rd 04 04:46 PM


All times are GMT +1. The time now is 03:48 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"