DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub UserForm_Initialize()
Set sha = Sheets("Alakart")
sona = sha.Cells(65536, 2).End(xlUp).Row
TextBox46.Text = Application.WorksheetFunction.Max(sha.Range("B2:B" & sona)) + 1
Set sha=Nothing
Sheets("veri").Select
TextBox17 = [B2]
TextBox18 = [B3]
TextBox19 = [B4]
TextBox20 = [B5]
TextBox21 = [B6]
TextBox22 = [B7]
TextBox23 = [B8]
TextBox24 = [B9]
TextBox25 = [B10]
TextBox26 = [B11]
TextBox27 = [B12]
TextBox28 = [B13]
TextBox29 = [B14]
cmd_listele_Click
End Sub