Se gli "If Then Else", non ti piacciono, puoi scrivere anche così:
Private Sub Combo1_Click()
Index = Combo1.ListIndex
Form1.Caption = "click su " & Combo1.List(Index) & " Index= " & Index
Text1.Visible = UCase(Combo1.List(Index)) = "TOPOLINO"
End Sub