A
alex
Using the Case statement…
Is it possible to put a Case expression list on > 1 line?
E.g., this works:
Case "Denver", "Seattle", "Houston"
I’d like to do this instead:
Case
"Denver",
"Seattle",
"Houston"
I’ve tried all the VBA text wrapping tricks that I can think of!
Any thoughts?
alex
Is it possible to put a Case expression list on > 1 line?
E.g., this works:
Case "Denver", "Seattle", "Houston"
I’d like to do this instead:
Case
"Denver",
"Seattle",
"Houston"
I’ve tried all the VBA text wrapping tricks that I can think of!
Any thoughts?
alex