SlideShare ist ein Scribd-Unternehmen logo
1 von 2
Private Sub cmb1_Click()
If Option1 = True Then
Text2.Text = Val(Text1.Text) * 101.9716
ElseIf Option2 = True Then
Text2.Text = Val(Text1.Text) * 100000
ElseIf Option3 = True Then
Text2.Text = Val(Text1.Text) * 0.49456
ElseIf Option4 = True Then
Text2.Text = Val(Text1.Text) * 0.1019
EndIf
End Sub
Private Sub Cmb2_Click()
Option1 = False
Option2 = False
Option3 = False
Option4 = False
Text1.Text = " "
Text2.Text = " "
End Sub
Private Sub Cmb3_Click()
End
End Sub

Weitere ähnliche Inhalte

Andere mochten auch

Intl ldrshp 7 19-2012
Intl ldrshp 7 19-2012Intl ldrshp 7 19-2012
Intl ldrshp 7 19-2012Greg Zerovnik
 
Lectura doble de una carroza
Lectura doble de una carrozaLectura doble de una carroza
Lectura doble de una carrozafronterascuentan
 
La veille informationnelle
La veille informationnelleLa veille informationnelle
La veille informationnelleJulie Rodrigue
 
Pourquoi les antivirus ne sont pas vos amis
Pourquoi les antivirus ne sont pas vos amisPourquoi les antivirus ne sont pas vos amis
Pourquoi les antivirus ne sont pas vos amisPrénom Nom de famille
 
Spider Tag: #BizHeroes
Spider Tag: #BizHeroesSpider Tag: #BizHeroes
Spider Tag: #BizHeroesspiderQube
 
Projects and programmes, a sure fire way to creating business value
Projects and programmes, a sure fire way to creating business valueProjects and programmes, a sure fire way to creating business value
Projects and programmes, a sure fire way to creating business valueAssociation for Project Management
 
Animales bryan
Animales bryanAnimales bryan
Animales bryanrovelas
 
Eleição e tomada de posse da APES
Eleição e tomada de posse da APESEleição e tomada de posse da APES
Eleição e tomada de posse da APESvicvieira
 

Andere mochten auch (13)

Intl ldrshp 7 19-2012
Intl ldrshp 7 19-2012Intl ldrshp 7 19-2012
Intl ldrshp 7 19-2012
 
Lectura doble de una carroza
Lectura doble de una carrozaLectura doble de una carroza
Lectura doble de una carroza
 
La veille informationnelle
La veille informationnelleLa veille informationnelle
La veille informationnelle
 
Pourquoi les antivirus ne sont pas vos amis
Pourquoi les antivirus ne sont pas vos amisPourquoi les antivirus ne sont pas vos amis
Pourquoi les antivirus ne sont pas vos amis
 
Spider Tag: #BizHeroes
Spider Tag: #BizHeroesSpider Tag: #BizHeroes
Spider Tag: #BizHeroes
 
Presentacion de humberto rojas
Presentacion de humberto rojasPresentacion de humberto rojas
Presentacion de humberto rojas
 
Ensayo
Ensayo Ensayo
Ensayo
 
Cours l'éthique du hacker
Cours l'éthique du hackerCours l'éthique du hacker
Cours l'éthique du hacker
 
La peur des hackers
La peur des hackersLa peur des hackers
La peur des hackers
 
Projects and programmes, a sure fire way to creating business value
Projects and programmes, a sure fire way to creating business valueProjects and programmes, a sure fire way to creating business value
Projects and programmes, a sure fire way to creating business value
 
Andrea Oliva
Andrea OlivaAndrea Oliva
Andrea Oliva
 
Animales bryan
Animales bryanAnimales bryan
Animales bryan
 
Eleição e tomada de posse da APES
Eleição e tomada de posse da APESEleição e tomada de posse da APES
Eleição e tomada de posse da APES
 

Programacion codigos

  • 1. Private Sub cmb1_Click() If Option1 = True Then Text2.Text = Val(Text1.Text) * 101.9716 ElseIf Option2 = True Then Text2.Text = Val(Text1.Text) * 100000 ElseIf Option3 = True Then Text2.Text = Val(Text1.Text) * 0.49456 ElseIf Option4 = True Then Text2.Text = Val(Text1.Text) * 0.1019 EndIf End Sub Private Sub Cmb2_Click() Option1 = False Option2 = False Option3 = False Option4 = False Text1.Text = " " Text2.Text = " " End Sub Private Sub Cmb3_Click() End