Skip to content

Latest commit

 

History

History
38 lines (17 loc) · 795 Bytes

fcdd0a8f-b70e-6378-6bd3-e4694db05644.md

File metadata and controls

38 lines (17 loc) · 795 Bytes

WorksheetFunction.Bitor Method (Excel)

Returns a bitwise OR of 2 numbers.

Syntax

expression . Bitor(Arg1, Arg2)

expression A variable that represents aWorksheetFunction Object (Excel) object.

Parameters

Name Required/Optional Data type Description
Arg1 Required DOUBLE The decimal representation of the binary number you want to evaluate.
Arg2 Required DOUBLE The decimal representation of the binary number you want to evaluate.

Return value

DOUBLE

See also

Concepts

WorksheetFunction Object

Other resources

WorksheetFunction Object Members