Using the select case statements, after a case is found true and I branch off to a sub routine then return does it return where it jumped from and look for the next true case statement or just exit the select?
Thanks.
Printable View
Using the select case statements, after a case is found true and I branch off to a sub routine then return does it return where it jumped from and look for the next true case statement or just exit the select?
Thanks.
It return where it jumped from and look for the next true case statement!
Al.
I thought so but mine doesn't seem to be cooperating.
There must be something I'm missing.
Thanks.
Post your code.
Al.
I'll have to wait until tomorrow. I left my memory stick at work.