WorksheetFunction.Bitxor (Excel)

Returns a bitwise Exclusive Or of two numbers.

Bitxor (Arg1, Arg2)


Dim dblArg1 As Double: dblArg1 = 
Dim dblArg2 As Double: dblArg2 = 
Dim dblBitxor As Double
dblBitxor = WorksheetFunction.Bitxor(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.