By using shortcut.booksticle.com you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes

73 Shortcuts for Excel



Shortcut - If statement


The If - Then - Else Statement is standard programming statement.

An example to try is to:

x = InputBox("Enter x")
If x = 1 Then
  MsgBox "x is 1"
else
  Msgbox "x isn't 1"
end if


It's one of the 4 types of programming statemnts
  1. Sequential Flow
  2. Looping
  3. Decisions
  4. Non-Sequential flow



    Table of Contents | Send us your feedback | Random | © 2025 All Rights Reserved | Edit