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

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

  • أفضل إجابة
قام بنشر

أخي الفاضل محمد الخازمي

جرب الكود بالشكل التالي ..

Sub Chg()
    Dim wks As Worksheet
    Set wks = jk
    With wks
        .Unprotect Password:=10
            On Error Resume Next
            prompt = "هل حقا تريد مسح البيانات *****انتبه لا يوجد تراجع عن المسح نهائياً"
            Command_buttons = vbYesNo + VbMsgBoxRt1Reading
            Title = "تحذير انتبه"
            project = MsgBox(prompt, Command_buttons, Title)
             
            If project = vbYes Then
                .Range("A9:C661,E9:AJ661").SpecialCells(xlCellTypeConstants, 23).ClearContents
                On Error GoTo 0
            End If
        .Protect Password:=10
    End With
End Sub
قام بنشر

 

أخي الفاضل محمد الخازمي

جرب الكود بالشكل التالي ..

Sub Chg()
    Dim wks As Worksheet
    Set wks = jk
    With wks
        .Unprotect Password:=10
            On Error Resume Next
            prompt = "هل حقا تريد مسح البيانات *****انتبه لا يوجد تراجع عن المسح نهائياً"
            Command_buttons = vbYesNo + VbMsgBoxRt1Reading
            Title = "تحذير انتبه"
            project = MsgBox(prompt, Command_buttons, Title)
             
            If project = vbYes Then
                .Range("A9:C661,E9:AJ661").SpecialCells(xlCellTypeConstants, 23).ClearContents
                On Error GoTo 0
            End If
        .Protect Password:=10
    End With
End Sub

جزاك الله خيرًا و بارك الله فيك أستاذنا الفاضل

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