اذهب الي المحتوي
أوفيسنا
بحث مخصص من جوجل فى أوفيسنا
Custom Search

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

قام بنشر

السلام عليكم ورحمة الله وبركاته ؛؛

الكود ده عباره عن انو بيقفل العمود E و العمود D حتى لو كان فيهم خلايا مدمجه الى انا عايزه انى اقدر اتحكم في بقيت الاعمده عادى جدا اقدر اصغر واكبر الخلايا والاعمده اصغر واكبر الخط الى في الخلايا عادى  تحكم كامل في بقيت الاعمده
 

Sub Close()
Dim ce As Range
    Application.ScreenUpdating = False
    ActiveSheet.Unprotect Password:="123456"
    For Each ce In Range("D6:E1000")
        ce.MergeArea.Locked = "True"
    Next ce
    ActiveSheet.Protect Password:="123456"
    End Sub

 

قام بنشر
    Application.ScreenUpdating = False
    ActiveSheet.Unprotect Password:="123456"
    For Each ce In Range("D6:E1000")
        ce.MergeArea.Locked = "True"
    Next ce
    ActiveSheet.Protect Password:="123456", Contents:=True, AllowFormattingCells:=True, _
    AllowFormattingColumns:=True, AllowFormattingRows:=True, AllowInsertingColumns:=True, _
    AllowInsertingRows:=True, AllowDeletingColumns:=True, AllowDeletingRows:=True
    Application.ScreenUpdating = True

 

  • 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