Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
What are the first things to learn (fundamentals or basic) if a user wants to know how to use macros and write VBA codes in Excel?
hi,
first is recording ,:) ,then need5 basic elements
1. how to access row /columns
2. defining variable int,strings etc
3. conditional statements if,and ,or etc
4. looping e.g for ,do while
5. most important is debugging
you can write most of your functions using these basic blocks
if you have not coded ever then start writing steps on paper first to help you code better
the easy jump start I think is to use record macro button and study the code there. Although, it is not the most efficient and effective way, but you will have a great start.
Learn from these URL: http://www.excel-vba.com/ and http://www.mrexcel.com/forum/forum.php
I'm not against the "buying a book" option but it's better if you join "live forum", sometime many tips you can get from them rather than a book.
I agree with the detailed explanation given by ....@ Lubna Al-Sharif