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

تعميم هذا الكود على جميع الصفحات


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

ماهي طريقة تعميم هذا الكود على جمعيع الصفحات ؟؟؟؟

Private Sub Worksheet_Change(ByVal Target As Range)


If Target.Columns.Count = Columns.Count Then
    Application.EnableEvents = False
    MsgBox "Non, non, suppréssion ligne annulée"
    Application.Undo
    Application.EnableEvents = True
End If
End Sub

رابط هذا التعليق
شارك

  • 4 months later...

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

أن تكتبه بالشكل التالي:

Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
If Target.Columns.Count = Columns.Count Then
    Application.EnableEvents = False
    MsgBox "Non, non, suppression de ligne annulée"
    Application.Undo
    Application.EnableEvents = True
End If
End Sub

وتضعه في كود حدث ThisWorkbook

بن علية حاجي

  • Like 1
رابط هذا التعليق
شارك

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