E
ExcelMonkey
I am getting an overflow error with:
Dim StatusBarVariable As Variant
A =1
B = 1
StatusBarVariable = (A * B) / (15000 * 244) * 100
What can I define StatusBarVariable As to not create this error?
Dim StatusBarVariable As Variant
A =1
B = 1
StatusBarVariable = (A * B) / (15000 * 244) * 100
What can I define StatusBarVariable As to not create this error?