I'm having trouble getting input validation to work on my macro. I want to pass in a text string, not a number, but can't find any examples that appear to work for me. Thoughts?
OK, trial and error finally paid off.
My input variable is called st, so:
validation = st="blah" OR st="blahblah"
errormsg = usage: mymacro(st)
where st is blah or blahblah
OK, trial and error finally paid off.
My input variable is called st, so:
validation = st="blah" OR st="blahblah"
errormsg = usage: mymacro(st)
where st is blah or blahblah