what are some important tips for a beginner in MACRO/VBA?

weemaster

New Member
Joined
Oct 27, 2020
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
I just started using VBA. would like some tips and tricks.
Thanks.
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Properly INDENT your code ... all of it.

When it comes time to ask for assistance - and those times will occur - have properly indented code will assist others in assisting you.
 
Upvote 0
@dmt32
I think you added the wrong link, that points to this thread. ;)
 
Upvote 0
@weemaster,
You could perhaps start with reading this brief article ...
 
Upvote 0
I used that book. Great place to start. Still have it on my desk.

run code on a copy of your workbook/sheet or even a test one.

enjoy it and save little snippets that you will find useful as notes or macros in the personal workbook.

have fun!!!
 
Upvote 0

Forum statistics

Threads
1,223,632
Messages
6,173,467
Members
452,516
Latest member
archcalx

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