OrArgs is a logic function which returns true if any of it's arguments are true.
This would normally be used as part of a boolean expression within an If function call.
OrArgs(arg1,arg2,arg3...argN)