Georgios has attended:
Excel VBA Intro Intermediate course
Coding Best Practices
Where can I find best practices for VBA coding...
RE: Coding Best Practices
Hi Georgios
I trust you found your Excel VBA course very useful.
With regards to the best practice for VBA coding, you will find many books available that deal deal with VBA coding. The main things to keeps in mind is to always comment your code, so that it is clear for other people to understand and to use meaningful variable names.
Hope this helps
David