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

ابو اسامة العينبوسي

المشرفين السابقين
  • Posts

    2,336
  • تاريخ الانضمام

  • تاريخ اخر زياره

  • Days Won

    1

كل منشورات العضو ابو اسامة العينبوسي

  1. السلام عليكم فكره ممتازه ننتظرها من مده
  2. السلام عليكم نعم ممكن من ادراج>الاسم>تعريف تظهر جميع النطاقات المسماه عدل كما تشاء او احذف
  3. السلام عليكم الكود الاول مهم لتشغيل الساعه عندما يفتح الملف ضعه فى الملف و ستكون الامور تمام
  4. السلا م عليكم لا احب ان ارى المنتدى نائم اشارك بفحص الملف على الاقل الملف شغال 100%
  5. المعاملات لها كثيره لكن ما اعرفه بالترتيب 1- رسم الاشكال - true ,false 2-المحتوى - حمايه المحتوى true ,false 3-تنسيق الخلايا true ,false 4-تنسيق الصفوف true ,false 5-تنسيق الاعمده true ,false 6-ادراج اعمده true ,false 7-ادراج صفوف true ,false 8-وضع ارتباط تشعبى true ,false 9-حذف الصفوف true ,false 10-حذف الاعمده true ,false 11-السماح بالفرز true ,false 12- السماح بالفلتره true ,false 13-السماح بادراج جدول محورى true ,false Private Sub Workbook_Open() Dim wSht As Worksheet Dim PW As String PW = "password" 'set protection using UserInterface to allow macros to work For Each wSht In ActiveWorkbook.Sheets wSht.Protect _ Password:=PW, _ DrawingObjects:=True, _ Contents:=True, _ Scenarios:=True, _ UserInterfaceOnly:=True Next wSht End Sub
  6. Protects a worksheet so that it cannot be modified. expression.Protect(Password, DrawingObjects, Contents, Scenarios, UserInterfaceOnly, AllowFormattingCells, AllowFormattingColumns, AllowFormattingRows, AllowInsertingColumns, AllowInsertingRows, AllowInsertingHyperlinks, AllowDeletingColumns, AllowDeletingRows, AllowSorting, AllowFiltering, AllowUsingPivotTables) expression Required. An expression that returns a Worksheet object. Password Optional Variant. A string that specifies a case-sensitive password for the worksheet or workbook. If this argument is omitted, you can unprotect the worksheet or workbook without using a password. Otherwise, you must specify the password to unprotect the worksheet or workbook. If you forget the password, you cannot unprotect the worksheet or workbook. It's a good idea to keep a list of your passwords and their corresponding document names in a safe place. DrawingObjects Optional Variant. True to protect shapes. The default value is False. Contents Optional Variant. True to protect contents. For a chart, this protects the entire chart. For a worksheet, this protects the locked cells. The default value is True. Scenarios Optional Variant. True to protect scenarios. This argument is valid only for worksheets. The default value is True. UserInterfaceOnly Optional Variant. True to protect the user interface, but not macros. If this argument is omitted, protection applies both to macros and to the user interface. AllowFormattingCells Optional Variant. True allows the user to format any cell on a protected worksheet. The default value is False. AllowFormattingColumns Optional Variant. True allows the user to format any column on a protected worksheet. The default value is False. AllowFormattingRows Optional Variant. True allows the user to format any row on a protected. The default value is False. AllowInsertingColumns Optional Variant. True allows the user to insert columns on the protected worksheet. The default value is False. AllowInsertingRows Optional Variant. True allows the user to insert rows on the protected worksheet. The default value is False. AllowInsertingHyperlinks Optional Variant. True allows the user to insert hyperlinks on the worksheet. The default value is False. AllowDeletingColumns Optional Variant. True allows the user to delete columns on the protected worksheet, where every cell in the column to be deleted is unlocked. The default value is False. AllowDeletingRows Optional Variant. True allows the user to delete rows on the protected worksheet, where every cell in the row to be deleted is unlocked. The default value is False. AllowSorting Optional Variant. True allows the user to sort on the protected worksheet. Every cell in the sort range must be unlocked or unprotected. The default value is False. AllowFiltering Optional Variant. True allows the user to set filters on the protected worksheet. Users can change filter criteria but can not enable or disable an auto filter. Users can set filters on an existing auto filter. The default value is False. AllowUsingPivotTables Optional Variant. True allows the user to use pivot table reports on the protected worksheet. The default value is False. Remarks If you apply the Protect method with the UserInterfaceOnly argument set to True to a worksheet and then save the workbook, the entire worksheet (not just the interface) will be fully protected when you reopen the workbook. To re-enable the user interface protection after the workbook is opened, you must again apply the Protect method with UserInterfaceOnly set to True. If changes wanted to be made to a protected worksheet, it is possible to use the Protect method on a protected worksheet if the password is supplied. Also, another method would be to unprotect the worksheet, make the necessary changes, and then protect the worksheet again. Note 'Unprotected' means the cell may be locked (Format Cells dialog) but is included in a range defined in the Allow Users to Edit Ranges dialog, and the user has unprotected the range with a password or been validated via NT permissions. Protect method as it applies to the Workbook object. Protects a workbook so that it cannot be modified. expression.Protect(Password, Structure, Windows) expression Required. An expression that returns a Workbook object. Password Optional Variant. A string that specifies a case-sensitive password for the worksheet or workbook. If this argument is omitted, you can unprotect the worksheet or workbook without using a password. Otherwise, you must specify the password to unprotect the worksheet or workbook. If you forget the password, you cannot unprotect the worksheet or workbook. It's a good idea to keep a list of your passwords and their corresponding document names in a safe place. Structure Optional Variant. True to protect the structure of the workbook (the relative position of the sheets). The default value is False. Windows Optional Variant. True to protect the workbook windows. If this argument is omitted, the windows aren’t protected.
  7. السلام عليكم ارفق تصور عما تريد الملف الذي تريد العمل عليه اضغط الملف قبل ارفاقه
  8. السلام عليكم يجب ضغط الملف قبل تحميله الى المنتدى
  9. السلام عليكم فى الخليه CD10 امسح محتواها( و ان بدت لك فارغه) ستحل المشكله KH.rar
  10. السلام عليكم شكرا لانك قبلت ان اشارك ان لم تشكرنا نشكرك نحن _________Microsoft_Excel_New___3_.rar
  11. المقصود اعلاه تستطيع تحد ديد عدد النسخ من copies غير 1 الى 2 او 3 او 4 او تستطيع اسناد عدد النسخ المطلوبه الى رقم تضعه في خليه معينه تريدها و هى في المثال A1 و السلام عليكم
  12. Sub ØÈÇÚÉ() ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True Range("D6").Select End Sub set Copies:=1 or 2 or 3 ...... and so on u can set the number of copies in a cell Example ActiveWindow.SelectedSheets.PrintOut Copies:=cells(1,1).value , Collate:=True number of copies = the number in cell 1 Omar Haji Abo Usama
  13. السلام عليكم سؤالك شيق لكن لو ترفق ملف
  14. السلام عليكم ان اريد الا الاصلاح ما استطعت و ما توفيقى الا بالله Book00000000.rar
  15. السلام عليكم حسب فهمى انه لديك تسلسل رقمى في العمود A و B اذا حذفت رقم معين من تسلسل a يبقى تسلسل B كما هو ؟ و انت تقفين على الخليه المراد حذفها (وليس تظليل الصف كاملا) رايت كلك حذف مهم جدا ( ازاحة الخلايا لاعلى )
  16. السلام عليكم انظر الى المرفق Book111.rar
  17. السلام عليكم اخى حاجب رحم الله امرءا عرف قدر نفسه هذه من الامور التى لا اجيدها اطلاقا اتمنى لو كنت استطيع المساعده اخوك خبور هو من له باع طويل فى مثل هذه الامور
  18. السلام عليكم نحن نعذرك لكن لن تجد حلا ما لم نفهم المطلوب فاعذرنا كما عذرناك
  19. السلام عليكم لم اجد الوقت البارحه للدخول الى الشبكه و لم اكن رايت مداخله اخى ابو عبد الله اخى ابو عبد الله لا تثريب عليك و اقول انه لا ضير في الرد على اي مشاركه باكثر من حل فهو اثراء للمعلومات و المعرفه و لاتنسى ان لدينا اربعه مذاهب ( ممكن اضافه المذهب الجعفرى)للفقه فما بالك بحل لمساله تتنوع فيها الطرق و تتلون الحول اخوك عمر ابو اسامه
  20. السلام عليكم هما امران ايضا 1 - لم توضح المطلوب 2-لم تبحث في المنتدى (فهو زاخر بالامثله المشابهه)
  21. السلام عيكم من بحث اكتب ترحيل ستحصل على الاتى http://www.officena.net/ib/index.php?act=S...%CA%D1%CD%ED%E1
  22. السلام عليكم شكرا للتوضيح Book111.rar
×
×
  • اضف...

Important Information