If Then Else / Excel VBA

In this Microsoft Excel VBA tutorial, I'll show you how to execute the If then else statement. This means "If Then Otherwise." This allows you to write so-called switches in your program code. In the If Then Else statement, a condition you specify must be met for the subsequent code to execute. If it isn't met, the condition is simply skipped. With Else If, ​​you can add alternative conditions. The Case section, if you use it, will be processed if no previous condition has been met. More information about this video and scripts to copy (if available) https://toptorials.com/if-then-else-i... Starting video of the VBA tutorial series on YouTube    • Start der Excel VBA Tutorial Reihe   Playlist of my VBA tutorials here on YouTube:    • Hello World mit Excel VBA programmieren   List of VBA tutorials on TOPTORIALS: https://toptorials.com/tutorials-alle... An easy-to-understand tutorial for beginners in the field of Excel VBA You can also find many more tutorials and downloads on my website: https://toptorials.com This guide/learning video is in German / German. #excel #vba #excelvba