Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
Privacywetgeving
Het is bij Helpmij.nl niet toegestaan om persoonsgegevens in een voorbeeld te plaatsen. Alle voorbeelden die persoonsgegevens bevatten zullen zonder opgaaf van reden verwijderd worden. In de vraag zal specifiek vermeld moeten worden dat het om fictieve namen gaat.
Private Sub ComboBox1_Change()
If TextBox38 <> "" Then
Select Case ComboBox1.ListIndex
Case Is = 1
TextBox84.Value = TextBox38 / 10
Case Is = 2
TextBox84.Value = TextBox38 * 10
Case Is = 3
TextBox84.Value = TextBox38 * 1000
End Select
End If
End Sub
TextBox84.Value = Round(TextBox38 / 1.36, 2)
Private Sub ComboBox1_Change()
If TextBox38 <> "" Then
Select Case ComboBox1.ListIndex
Case Is = 1
TextBox84.Value = TextBox38 / 10
Case Is = 2
TextBox84.Value = TextBox38 * 10
Case Is = 3
TextBox84.Value = TextBox38 * 1000
Case Is = 4
TextBox84.Value = TextBox38 / 1000
Case Is = 5
TextBox84.Value = TextBox38 * 0.101971621
Case Is = 6
TextBox84.Value = TextBox38 * 9.81
Case Is = 7
TextBox84.Value = TextBox38
Case Is = 8
TextBox84.Value = TextBox38 * 1000
Case Is = 9
TextBox84.Value = TextBox38 * 1.01971621
Case Is = 10
TextBox84.Value = TextBox38 * 9.81
Case Is = 11
TextBox84.Value = TextBox38 * 0.101971621
Case Is = 12
TextBox84.Value = TextBox38 * 9.81
Case Is = 13
TextBox84.Value = TextBox38 * 10
Case Is = 14
TextBox84.Value = TextBox38 / 10
Case Is = 15
TextBox84.Value = Round(TextBox38 / 5.829, 2)
Case Is = 16
TextBox84.Value = TextBox38 * 5.829
Case Is = 17
TextBox84.Value = Round(TextBox38 / 1.36, 2)
Case Is = 18
TextBox84.Value = Round(TextBox38 * 1.36, 2)
End Select
End If
End Sub
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.