C
Charlie Woll
In the following code, I get an error at the last 2 commands:
Function AvgPts()
'
' AvgRounds Macro
' Macro recorded 11/06/99 by Charles G. Woll
Application.Volatile
'On Error GoTo ErrorHandler
Dim total_plays As Byte, used_plays As Byte
Dim I As Double, cnt As Double
Dim Row As Double, col As Double
total_plays = 7
used_plays = 5
Row = Application.Caller.Row
col = Application.Caller.Column
Function AvgPts()
'
' AvgRounds Macro
' Macro recorded 11/06/99 by Charles G. Woll
Application.Volatile
'On Error GoTo ErrorHandler
Dim total_plays As Byte, used_plays As Byte
Dim I As Double, cnt As Double
Dim Row As Double, col As Double
total_plays = 7
used_plays = 5
Row = Application.Caller.Row
col = Application.Caller.Column