In this Excel VBA Tutorial we will learn about conditional IF THEN ELSE ELSEIF statement. We will also learn about Application.InputBox as well as, creating new line in msgbox and also adding Comenting and uncomenting buttons in VBA. <br /> <br />The Microsoft Excel IF-THEN-ELSE statement used in VBA code returns a value if a specified condition evaluates to TRUE, or another value if it evaluates to FALSE. <br /> <br />If condition_1 Then <br /> result_1 <br /> <br />ElseIf condition_2 Then <br /> result_2 <br /> <br />... <br /> <br />ElseIf condition_n Then <br /> result_n <br /> <br />Else <br /> result_else <br /> <br />End If <br /> <br />http://LLTtutorials.com <br />Http://Facebook.com/LLtutorials <br />Http://Twitter.com/LLTtutorials <br />http://www.pinterest.com/LLTtutorials/ <br /> <br />llttutorialshtmlandcss <br />vba <br />Visual Basic For Applications <br />excel programming <br />learn visual Basic <br />Learn VBA <br />VBA Basics <br />VBA Tutorial <br />learn Excel VBA <br />Learn Excel VBA tutorial <br />Excel VBA Tutorials <br />If then else vba <br />if then else elseif vba