اذهب الي المحتوي
أوفيسنا

الردود الموصى بها

قام بنشر

طباعة شيت وطباعة فورم وتسجيل تاريخ اليوم

 

الاكواد

طباعة شيت
Private Sub CommandButton8_Click()
Application.Dialogs(xlDialogPrinterSetup).Show
ThisWorkbook.Sheets("magdi").PrintOut copies:=1
End Sub
طباعة فورم
Private Sub CommandButton9_Click()
Frame3.Visible = False
Frame5.Visible = False
Frame6.Visible = False
Frame23.Visible = False
Me.PrintForm
 Frame3.Visible = True
  Frame5.Visible = True
 Frame6.Visible = True
  Frame23.Visible = True
End Sub
تاريخ اليوم
Private Sub TextBox6_Enter()
TextBox6.Value = Date
TextBox6 = Format(TextBox6, "dd/mm/yyyy")
End Sub

 

 

  • Like 2

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

زائر
اضف رد علي هذا الموضوع....

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information