Warme bakkertje
Meubilair
- Lid geworden
- 13 apr 2008
- Berichten
- 8.036
- Besturingssysteem
- Windows 10
- Office versie
- MO Home and Business 2024
Code:
Private Sub cmb_afdruk_Click()
With Sheets("blad2")
.[b5] = TextBox2.Value
.[b7] = TextBox4.Value
For i = 1 To Val(TextBox3.Value)
.[b9] = "Pallet/colli" & Chr(10) & i & "/" & Val(TextBox3.Value)
.Range("A1:B17").PrintOut
Next
End With
Sheets("Binnengekomen goederen").[a:a].Find(TextBox1).Offset(, 3) = Date & " " & Time
Unload Me
End Sub
Code:
Date & " " & Time