Excel VBA Decisions
August 7, 2017
This post will guide you how to use conditional statements in MS excel VBA. There are two most useful conditional statements as bellows: If …Then…Else and Select Case. IF…Then…Else Statement This statement will test a condition and if the condition is true, then the conditional code will be executed. If the condition is false, then… read more »