Problem solved
Thanks for the help, everyone. Turns out it had to do with the variable type of the arguments. When set to Variant, as in Rich's post, it allows null values, but when set to String, as in my post, it won't. I'd rather not use Variants, but if it works, it works! :D
Thanks...