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

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

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

أرفع اليكم هذا الكود لمعرفة رقم بعض الألوان،كل لون و رقمه تحته

 

 

'هذا الماكرو يطبق فقط على الورقة 2

 

 

 ()Sub coloration

r = 2
c = 2

 

Sheets(2).Range("a:q").ClearContents
Sheets(2).Range("a:q").ClearFormats

 

For i = i To 56

  Sheets(2).Cells(r, c).Interior.ColorIndex =i

Sheets(2).Cells(r + 1, c).Value = i
  Sheets(2).Cells(r + 1, c).Select
 
   (
 With Selection.Borders(xlEdgeLeft     

        .LineStyle = xlContinuous    
     
    End With     
   ( With Selection.Borders(xlEdgeTop    
        .LineStyle = xlContinuous     
       
    End With    
   (With Selection.Borders(xlEdgeBottom
        .LineStyle = xlContinuous
      
    End With
   (With Selection.Borders(xlEdgeRight     
      
    End With     
    (With Selection.Borders(xlInsideVertical
        .LineStyle = xlContinuous
      
    End With
  (
With Selection.Borders(xlInsideHorizontal     

        .LineStyle = xlContinuous
      
    End With     
    With Selection
        .HorizontalAlignment = xlCenter
        .VerticalAlignment = xlCenter
        .ReadingOrder = xlContext
       
   End With

c = c + 1

If c > 13 Then
c = 2
r = r + 3
End If
Next
End Sub

تم تعديل بواسطه سليم حاصبيا
قام بنشر

جزاك الله خيرا اخي الكريم

علي حبك لافادة الجميع باي معلومة لديك

وهذا هو الكود مطبق علي مثال للتوضيح

 

Book1.rar

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