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

تعديل الماكرو بحيث يتكرر لعدد معين من الصفوف


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

السلام عليكم

كيفية تعديل الماكرو بحيث يتكرر لعدد معين من الصفوف


Sub Macro2()

'

ActiveSheet.ChartObjects("Chart 1").Activate

ActiveChart.Axes(xlValue).MajorGridlines.Select

ActiveChart.SeriesCollection.NewSeries

ActiveChart.SeriesCollection(11).Name = "='Output'!$B$15"

ActiveChart.SeriesCollection(11).XValues = "='Output'!$C$15,'Output'!$E$15"

ActiveChart.SeriesCollection(11).Values = "='Output'!$I$15,'Output'!$J$15"

ActiveChart.SeriesCollection.NewSeries

ActiveChart.SeriesCollection(12).Name = "='Output'!$B$15"

ActiveChart.SeriesCollection(12).XValues = "='Output'!$D$15,'Output'!$F$15"

ActiveChart.SeriesCollection(12).Values = "='Output'!$I$15,'Output'!$J$15"

End Sub

تم تعديل بواسطه Eng. Mohamed Abdelaziz
رابط هذا التعليق
شارك

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