DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub UserForm_Activate()
TextBox1.Text = [a1]
TextBox1.AutoSize = True
TextBox1.Left = 0
TextBox1.Top = 0
Me.Width = TextBox1.Width
Me.Height = TextBox1.Height
End Sub
Private Sub UserForm_Activate()
yükseklik = TextBox1.Height
TextBox1.Text = [a1]
TextBox1.AutoSize = True
TextBox1.Height = TextBox1.Height + yükseklik
TextBox1.Left = 0
TextBox1.Top = 0
Me.Width = TextBox1.Width
Me.Height = TextBox1.Height
End Sub