WorksheetFunction.And (Excel)

Returns True if all its arguments are True; returns False if one or more arguments is False.

The arguments must evaluate to logical values such as True or False, or the arguments must be arrays or references that contain logical values. If an array or reference argument contains text or empty cells, those values are ignored. If the specified range contains no logical values, this method generates an error value.

And (Arg1, Arg2, ..., Arg30)


Dim booAnd As Boolean
booAnd = WorksheetFunction.And(Arg1:=)

Arguments

Arg1, Arg2, ..., Arg30