DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub TextBox1_Change()
If TextBox1.Height < 16 + (TextBox1.LineCount - 1) * 10 Then
TextBox1.Height = 16 + (TextBox1.LineCount - 1) * 10
TextBox1.CurLine = 0
TextBox1.CurLine = TextBox1.LineCount - 1
End If
End Sub
Private Sub UserForm_Activate()
TextBox1.Height = 16
End Sub
Private Sub TextBox1_Change()
If TextBox1.Height < 16 + (TextBox1.LineCount - 1) * 10 Then
TextBox1.Height = 16 + (TextBox1.LineCount - 1) * 10
TextBox1.CurLine = 0
TextBox1.CurLine = TextBox1.LineCount - 1
End If
End Sub
Private Sub UserForm_Activate()
TextBox1.Height = 16
[COLOR="Red"] TextBox1.MultiLine = True[/COLOR]
End Sub