Thread
:
How to work multiple ifs
View Single Post
#
1
Posted to microsoft.public.excel.programming
homer
external usenet poster
Posts: 47
How to work multiple ifs
Sub Special_Terms()
If AH13 = AH6 Then
Call Special_Terms_Lunda
If AH13 = AH7 Then
Call Special_Terms_Ames
Else
Call Delete_Special_Terms
End If
End If
End Sub
Reply With Quote
homer
View Public Profile
Find all posts by homer