D
Diane
Is there a library function in VBA that allows me to
convert decimal numbers to octal numbers?
Octal - meaning numbers based on 8 instead of 10.
Decimal 1 = octal 1
....
Decimal 8 = octal 10
Decimal 9 = octal 11
....
Decimal 16 = octal 20
etc.
convert decimal numbers to octal numbers?
Octal - meaning numbers based on 8 instead of 10.
Decimal 1 = octal 1
....
Decimal 8 = octal 10
Decimal 9 = octal 11
....
Decimal 16 = octal 20
etc.