You are on page 1of 1

Private Sub Command1_Click() Dim a, b, c, d, e, f, NR As Single NR = 2100 a = Text1.Text b = Text2.Text c = Text3.Text d = Text4.Text e = Text5.Text f = Text6.

Text 'Keteranngan 'a = Diameter 'b = Suhu (Nilai Suhu tidak ada pengaruh dengan hasil) 'c = Massa Jenis Air 'd = Viskositas Air 'e = Massa Jenis Udara 'f = Viskositas Udara g = (NR * d) Text7.Text = h = (NR * f) Text8.Text = End Sub Private Sub Command2_Click() Text1.Text = "" Text2.Text = "" Text3.Text = "" Text4.Text = "" Text5.Text = "" Text6.Text = "" Text7.Text = "" Text8.Text = "" End Sub Private Sub Command3_Click() End End Sub / (c * a) Format(g, "0.000000000000000") / (e * a) Format(h, "0.00000000000000")

You might also like