Hi, I'm getting an "Else without If" Error message from the following code. The last Else is where the error points to. I have 2 If's, 2 Elses, and 2 EndIf's, so I can't figure out what the error is. Can you please help?
Sub Assign_Zero_Or_One()
Dim r As Integer
Dim n As Integer
r = -1
n =...