WorksheetFunction.Bitand (Excel)

Returns a bitwise And of two numbers.

Bitand (Arg1, Arg2)


Dim dblArg1 As Double: dblArg1 = 
Dim dblArg2 As Double: dblArg2 = 
Dim dblBitand As Double
dblBitand = WorksheetFunction.Bitand(Arg1:=dblArg1, Arg2:=dblArg2)

Arguments

Arg1, Arg2

Arg1 (Double) - The decimal representation of the binary number that you want to evaluate.

Arg2 (Double) - The decimal representation of the binary number that you want to evaluate.