Oct Function
Office 2010
This page is specific to the Visual Basic for Applications (VBA) Language Reference for Office 2010.
Returns a Variant (String) representing the octal value of a number.
Syntax
Oct(number)
The required number argument is any valid numeric expression or string expression.
Remarks
If number is not already a whole number, it is rounded to the nearest whole number before being evaluated.
You can represent octal numbers directly by preceding numbers in the proper range with &O . For example, . For example, &O10 is the octal notation for decimal 8.