4. Learn VBA - Record a Macro
Do you find yourself doing the same tasks every day ?
Do you want Excel to automate them ?
This tip is about how to record a macro.
Recording macros is the first step to automate tasks, and to learn VBA.
You can get a decent amount of automation done with this simple procedure.
Step1:
Press the following in sequence:
ALT then t then m then r
That will bring up this screen:
Step2:
Press OK, and now do some basic actions like inserting a column.
Step3:
Stop the macro recording:
Step4:
Now press ALT and F11, double click on "module1" and look what the macro recorder has recorded.
It will look something like this:
Examining the code, we can see that we selected column D, and inserted a column.
Now you attach the code to a button using our first VBA lesson.
Download sheet to practise recording macros, and press the button
Video Training on how to record a macro:
- Nick's blog
- Login or register to post comments
- 24937 reads
Recent comments
5 years 34 weeks ago
6 years 20 weeks ago
6 years 32 weeks ago
6 years 35 weeks ago
6 years 36 weeks ago
6 years 42 weeks ago
6 years 50 weeks ago
6 years 50 weeks ago
6 years 50 weeks ago
6 years 50 weeks ago