WorksheetFunction.Bitor (Excel)

Returns a bitwise Or of two numbers.

Bitor (Arg1, Arg2)


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