12.02.2016, 15:40
Mal nur die Übergabe:
Gruß Ralf
Private Sub cmdEingabe_Click() 'fügt angaben ins tabellenblatt ein Dim intErsteLeereZeile As Long With Tabelle1 intErsteLeereZeile = .Cells(.Rows.Count, 1).End(xlUp).Row + 1 With .Rows(intErsteLeereZeile) .Cells(1) = txtDatum .Cells(2) = txtbenzin + 0 .Cells(3) = txtPreis + 0 .Cells(4) = txtKilometer + 0 .Cells(5) = .Cells(2) / .Cells(4) * 100 .Cells(6) = .Cells(3) / .Cells(4) .Cells(7) = .Cells(3) / .Cells(2) .Cells(8) = .Cells(5) / 100 End With End With End Sub
Gruß Ralf
Gib einem Mann einen Fisch und du ernährst ihn für einen Tag.
Lehre einen Mann zu fischen und du ernährst ihn für sein Leben. (Konfuzius)
Lehre einen Mann zu fischen und du ernährst ihn für sein Leben. (Konfuzius)