Does VBA support any kind of "keyword" parameter? By this, I mean parameters of the form keyword=value. Something like this:
=MyFun(A1, B2, Keyword4=C3, Keyword2=D4, ...)
I am working on a UDF that has half a dozen optional parameters with more to come. Most of them are omitted on most...