mhouldridge
08-25-2003, 11:58 AM
Please help, I am getting a compile error stating, 'ambiguous name detected: calculating_Click'
on the following;
Private Sub Calculating_Click()
strtemp = Split (listsbox.text, vbCrLf)
i = 0
IntTotal = 0
Do While i < UBound (
etc....
just on the first line.. .please advise??
on the following;
Private Sub Calculating_Click()
strtemp = Split (listsbox.text, vbCrLf)
i = 0
IntTotal = 0
Do While i < UBound (
etc....
just on the first line.. .please advise??