Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have the following code: Dim varSum As Integer, varCount As Integer Dim ScoringAve As Double Dim i As Integer For i = 1 To 18 If Me.Controls(ScoreBox(i)).Text < "" Then varSum = varSum + Me.Controls(ScoreBox(i)).Text varCount = varCount + 1 End If Next ScoringAve = (varSum / varCount) Why am I getting an Overflow error for ScoringAve? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
overflow error | Excel Programming | |||
Overflow error.. why? | Excel Discussion (Misc queries) | |||
Overflow error, need help | Excel Programming | |||
Overflow error | Excel Programming | |||
overflow error | Excel Programming |