P
Papa Jonah
What is wrong with this?
If locale = "P" Then Selection.Interior.ColorIndex = 3 Else: If locale = "L"
Then _
Selection.Interior.ColorIndex = 6 Else: Selection.Interior.ColorIndex = 9
End If
I keep getting an End If without If block error. I don't understand the help.
I have an If statement and and End If statement.
Papa J
If locale = "P" Then Selection.Interior.ColorIndex = 3 Else: If locale = "L"
Then _
Selection.Interior.ColorIndex = 6 Else: Selection.Interior.ColorIndex = 9
End If
I keep getting an End If without If block error. I don't understand the help.
I have an If statement and and End If statement.
Papa J