Logic behind VBA code

BarnBrian

Board Regular
Joined
Oct 2, 2005
Messages
109
Can anyone explain to me the logical sequence in writing code. Maybe I'm stupid but I can't grasp the way to write the steps through code.

Help
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Ok, that's kinda like asking someone how to build a car. It's such a broad scope, so many different things to do.

A very good start for learning VBA is to use the Macro Recorder.

1. Think of a task you want to write some code for.
2. Figure out how to manually do that task by hand.
3. Start the Macro Recorder - tools - macro - record new macro
4. Do the Task Manually
5. Stop the macro recorder. - tools - macro - stop recording.
6. Look at and study the macro you just created.


Then ask specific questions in the Forum about how to improve parts of that code.
 
Upvote 0
Start creating some of macros with the above said method, and view their working --- by pressing Alt+f11

you will definitely get to know gradually about MACROS...
:D
 
Upvote 0

Forum statistics

Threads
1,225,229
Messages
6,183,729
Members
453,185
Latest member
radiantclassy

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top