Hello all,
I don't understand what's wrong with my code. I use it in a textbox and get an error notification from the editor (see attached pic).
The code (in my eyes) is straight forward and should compute.
ni=0
While M(ni) < d88
ni=ni+1
If ni > N Then
Exit While
End If
Wend
Can anybody help?
Raiko
P.S.
The message below says that a compilation error was encountered and a "sub" was expected