DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub CommandButton1_Click()
Range("A6").Value = TextBox6.Text
Range("a4").Value = ComboBox1.Text
Range("d4").Value = TextBox4.Text
Range("e4").Value = TextBox5.Text
Range("c4").Value = TextBox3.Text
Range("B6").Value = TextBox7.Text
[b4] = DTPicker1.Value
If (TextBox6.Text = "" Or TextBox4.Text = "" Or TextBox7.Text = "" Or TextBox6.Text = "" Or [b4] = DTPicker1.Value = "" Or ComboBox1.Text = "") Then
MsgBox "HAY AKSİ BİRYERLERİ BOŞ BIRAKTIN SANIRIM ..."
Else
Sayfa1.Calculate
[COLOR="Blue"]Open "lpt1:" For Output As #1
Print #1, Chr$(27) & Chr$(106) & Chr$(250);
Close #1[/COLOR]
ActiveSheet.PageSetup.PrintArea = "$A$1:$F$7"
ActiveSheet.PrintOut
End If
End Sub