i know this is a really easy thing to fix, but i cant figure it out

I keep getting the method Else Without If, how can i fix it

VB Code:
  1. If showf.Text = "" Then MsgBox ("You Cannot Leave The Show Command Empty")
  2. ElseIf Hidef.Text = "" Then MsgBox ("You Cannot Leave The Hide Command Empty")
  3. ElseIf Endf.Text = "" Then MsgBox ("You Cannot Leave The End Program Command Empty")
  4. ElseIf Hidef.Text = "" Then MsgBox ("You Cannot Leave The Open Command Empty")
  5. Else: Big Mess of Code
  6. End If

Thanks

ParadoX