Expand Minimize
This topic has not yet been rated - Rate this topic

WorksheetFunction.Oct2Dec Method (Excel)

Published: July 16, 2012

Converts an octal number to decimal.

expression .Oct2Dec(Arg1)

expression A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

Required

Variant

Number - the octal number you want to convert. Number may not contain more than 10 octal characters (30 bits). The most significant bit of number is the sign bit. The remaining 29 bits are magnitude bits. Negative numbers are represented using two's-complement notation.

Return Value

String

If number is not a valid octal number, OCT2DEC returns the #NUM! error value.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.