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

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

قام بنشر

الاخوة الاساتذة الافاضل

برجاء التكرم بعمل كود

يعمل بدون زر

لاضافة المعادلتين


.[B4].Formula = "=I3-I4"

.[I4].Formula = "=I3-SUMPRODUCT(($B$5:$B$25003<>""الاجمالى"")*($E$5:$H$25003))"

لكل اوراق العمل

اى فى الحدث This workbook

كل الاحترام من اخيكم

ملحوظة المعادلة للاستاذ بن علية بارك الله فيه وانعم عليه امين

قام بنشر (معدل)

السلام عليكم

هل هكذا تقصد


Private Sub Workbook_Open()

Application.ScreenUpdating = False

Application.EnableEvents = False

If sheet1.Cells(1, 256).Value = Empty Then

sheet1.Cells(1, 256).Value = "1"

Dim sh As Worksheet

For Each sh In ThisWorkbook.Worksheets

With sh

.[B4].Formula = "=I3-I4"

.[I4].Formula = "=I3-SUMPRODUCT(($B$5:$B$25003<>""الاجمالى"")*($E$5:$H$25003))"

End With

Next sh

Exit Sub

End If

Application.ScreenUpdating = True

Application.EnableEvents = True

End Sub

تم تعديل بواسطه alidroos

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