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:
If showf.Text = "" Then MsgBox ("You Cannot Leave The Show Command Empty") ElseIf Hidef.Text = "" Then MsgBox ("You Cannot Leave The Hide Command Empty") ElseIf Endf.Text = "" Then MsgBox ("You Cannot Leave The End Program Command Empty") ElseIf Hidef.Text = "" Then MsgBox ("You Cannot Leave The Open Command Empty") Else: Big Mess of Code End If
Thanks
ParadoX




Reply With Quote