QP School
QP School
>
Tutorials
>
Excel VBA Tutorials
> Floating-point numbers with single precision in VBA
Full Version:
Floating-point numbers with single precision in VBA
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Qomplainerz
07-26-2023, 08:23 PM
Description:
Used to store single-precision floating-point numbers with decimals.
Example:
Dim pi As Single
pi = 3.14
QP School
>
Tutorials
>
Excel VBA Tutorials
> Floating-point numbers with single precision in VBA