Thread: overflow error
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey[_5_] ExcelMonkey[_5_] is offline
external usenet poster
 
Posts: 1
Default 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/