Рет қаралды 65,635
✅ Download the file | www.exceleinfo....
🏆 Subscribe | bit.ly/youtube...
📩 Tutorials in your email: www.exceleinfo....
💯 Purchase Office 365 safely in the Microsoft Store
microsoft.msaf...
In this tutorial we will see some interesting topics, about all the concepts that are very important for the sense of becoming, the developers of applications with VBA.
We will see the topic of structured programming and how they help us to have a code that is easy to read and in order. How should we avoid GoTo instruction to avoid spaghetti code.
We will also define what loops or cycles and results are to generate repetitions of code blocks. The most used loops are:
◾ To-Next
◾ Do while. Repeat a series of instructions as long as it is followed, that is, either True or TRUE.
◾ Do-Until that. Repeat a series of instructions until a condition is met, that is, True or TRUE.
◾ While Wend. This instruction is still valid in VBA. Repeat a series of instructions as long as a condition is true.
More examples | www.exceleinfo.com
More examples | blogs.itpro.es/...
Facebook Page | / exceleinfo
Get notificacions on Telegram | t.me/EXCELeINFO
Twitter | @EXCELeINFO
Twitter | @SergioACamposH
Download EXCELeINFO addin:
addin.exceleinf...
#MsExcel #VBA