DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub UserForm_KeyDown( _
ByVal KeyCode As MSForms.ReturnInteger, _
ByVal Shift As Integer)
If KeyCode = 13 Then
CommandButton1_Click
End If
End Sub
Private Sub CommandButton2_Click()
Unload Me
End Sub
Private Sub UserForm_Initialize()
If Selection.Count > 300 Then
MsgBox "Fazla Alan Seçtiniz.", vbCritical + vbDefaultButton1 + vbOKOnly, "UYARI"
Unload Me
Exit Sub
Else
'MsgBox Selection.Count & " hücre seçili"
End If
OptionButton3.Value = True
End Sub
Private Sub CommandButton1_Click()
If OptionButton1.Value = True Then '*Normal Tümce Düzeni
Call NTC
'MsgBox "Option1.Value"
ElseIf OptionButton2.Value = True Then '*tümü küçük harf
Call KHARF
'MsgBox "Option2.Value"
ElseIf OptionButton3.Value = True Then '*TÜMÜ BÜYÜK HARF
Call BHARF
'MsgBox "Option3.Value"
ElseIf OptionButton4.Value = True Then '*Yalnızca İlk Harfler Büyük
Call ILKHARFB
'MsgBox "Option4.Value"
ElseIf OptionButton5.Value = True Then '*bÜYÜK kÜÇÜK dÖNÜŞTÜR
Call BKHArfD
'MsgBox "Option5.Value"
ElseIf OptionButton6.Value = True Then '*Ad SOYAD düzeni
Call ASD
'MsgBox "Option6.Value"
ElseIf OptionButton7.Value = True Then '*Ad SOYAD düzeni
Call SAD
'MsgBox "Option6.Value"
ElseIf OptionButton8.Value = True Then '*Ad SOYAD düzeni
Call ASD_SAD
'MsgBox "Option6.Value"
ElseIf OptionButton9.Value = True Then '*Ad SOYAD düzeni
Call SAD_ASD
'MsgBox "Option6.Value"
ElseIf OptionButton10.Value = True Then '*Tersten (netsreT) yaz
Call TersY
'MsgBox "Option8.Value"
End If
Unload Me
End Sub
Private Sub Label1_Click()
On Error Resume Next
ActiveWorkbook.FollowHyperlink address:="http://www.excel.web.tr", NewWindow:=True
End Sub
Private Sub UserForm_KeyDown( _
ByVal KeyCode As MSForms.ReturnInteger, _
ByVal Shift As Integer)
If KeyCode = 13 Then
CommandButton1_Click
End If
End Sub
Public WithEvents opt As MSForms.OptionButton
Public WithEvents btn As MSForms.CommandButton
Private Sub btn_KeyDown(ByVal KeyCode As MSForms.ReturnInteger, ByVal Shift As Integer)
If KeyCode = 13 Then UserForm1.CommandButton1_Click
End Sub
Private Sub opt_KeyDown(ByVal KeyCode As MSForms.ReturnInteger, ByVal Shift As Integer)
If KeyCode = 13 Then UserForm1.CommandButton1_Click
End Sub
Private opt(1 To 12) As New Enter
Private btn As New Enter
Sub CommandButton1_Click()
MsgBox "test"
End Sub
Private Sub CommandButton2_Click()
Unload Me
End Sub
Private Sub UserForm_Activate()
For i = 1 To 12
Set opt(i).opt = Me.Controls("OptionButton" & i)
Next
Set btn.btn = Me.CommandButton2
End Sub
Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode As Integer)
Erase opt
For i = 1 To 3
Set opt(i).opt = Nothing
Next
Set btn = Nothing
End Sub
Private Sub UserForm_Activate()
For Each c In Me.Controls
If TypeName(c) = "OptionButton" Then
i = i + 1
Set opt(i).opt = Me.Controls(c.Name)
End If
Next
Set btn.btn = Me.CommandButton2
End Sub
Public WithEvents opt As MSForms.OptionButton
Public WithEvents btn As MSForms.CommandButton
Private Sub btn_KeyDown(ByVal KeyCode As MSForms.ReturnInteger, ByVal Shift As Integer)
If KeyCode = 13 Then UserForm1.CommandButton1_Click
End Sub
Private Sub opt_KeyDown(ByVal KeyCode As MSForms.ReturnInteger, ByVal Shift As Integer)
If KeyCode = 13 Then UserForm1.CommandButton1_Click
End Sub
Sub CommandButton1_Click()
MsgBox "test"
End Sub
'Private Sub btnTAMAM_Click()
' MsgBox "test"
'End Sub