Thread
:
compile error: block if without end if
View Single Post
#
2
Posted to microsoft.public.excel.programming
jgett
external usenet poster
Posts: 1
compile error: block if without end if
whelanj,
The correct syntax is
If Utilization 90 Then
UtilizationRank = 1
ElseIf Utilization <= 90 And Utilization 75 Then
UtilizationRank = 2
...
End If
---
Message posted from
http://www.ExcelForum.com/
Reply With Quote
jgett
View Public Profile
Find all posts by jgett