QP School
QP School
>
Tutorials
>
Excel VBA Tutorials
> Floating-point numbers with double precision in VBA
Full Version:
Floating-point numbers with double 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 double-precision floating-point numbers with decimals.
Example:
Dim height As Double
height = 175.5
QP School
>
Tutorials
>
Excel VBA Tutorials
> Floating-point numbers with double precision in VBA