Jim Dean
 Sage
       Posts: 3433
Joined: 3/13/2006
Location: L'ville, GA
User Profile |
Again - try using correct syntax:
If X then
…
Elseif Y then
…
Else
…
End if
And so on. “then” is supposed to be paired with all If and Elseif on the same line. It could be that is affecting parsing &/or execution.
|