A
an
Hello!
To prevent the message:
"to many line continuation"
Is possible to change next:
If [A] = "XXX" Then
.Visible = False
[C].Visible = False
[D].Visible = False
[E].Visible = True
Else
End If
For something seemed with
If[A] = "XXX" Then
[A];;[C];[D].Visible = False And [E].Visible = True
Else
End If
Thanks in advance.
an
To prevent the message:
"to many line continuation"
Is possible to change next:
If [A] = "XXX" Then
.Visible = False
[C].Visible = False
[D].Visible = False
[E].Visible = True
Else
End If
For something seemed with
If[A] = "XXX" Then
[A];;[C];[D].Visible = False And [E].Visible = True
Else
End If
Thanks in advance.
an