If … ElseIf … Else statement in VBA

Posted by Nikita Singh
5
Jan 7, 2020
18 Views
The Microsoft Excel IF-THEN-ELSE statement can only be used in VBA code. It executes one set of code if a specified condition evaluates to TRUE, or another set of code if it evaluates to FALSE.
Comments
avatar
Please sign in to add comment.