Thread
:
overflow error
View Single Post
#
1
Posted to microsoft.public.excel.programming
ExcelMonkey[_5_]
external usenet poster
Posts: 1
overflow error
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?
---
Message posted from
http://www.ExcelForum.com/
Reply With Quote
ExcelMonkey[_5_]
View Public Profile
Find all posts by ExcelMonkey[_5_]