I am calculating the value of a variable defined as double in VBA but when i try to run the code it gives me the over flow error.
CFLW = -1 * (WL / SumW)
where CFLW, WL and SumW are variables defined as double
Can any one tell me please how to get around this error? Thanks
CFLW = -1 * (WL / SumW)
where CFLW, WL and SumW are variables defined as double
Can any one tell me please how to get around this error? Thanks