BackColor

Collapse
X
 
  • زمان
  • نمایش
حذف همه
new posts
  • mojtabaaaa

    • 2014/10/03
    • 14
    • 30.00

    BackColor

    لطفا در مورد وی بی طیف رنکها را توضیح دهید: بعنوان مثال vbred=قرمز - vbgreen=سبز - خاکستری؟ بژ؟ و......
  • generalsamad
    مدير تالار توابع

    • 2014/06/22
    • 1496

    #2
    با سلام
    یه فایل ضمیمه کردم ببینید کمکتون میکنه
    کد PHP:
    Private Sub CommandButton1_Click()
    Range("A1").Font.ColorIndex = 10
    End Sub

    Private Sub CommandButton2_Click()
    Range("A2").Font.Color = RGB(50, 200, 100)
    End Sub

    Private Sub CommandButton3_Click()
    Range("A3").Font.Color = RGB(192, 32, 255)
    End Sub

    Private Sub CommandButton4_Click()
    ActiveCell.Borders.Weight = 4
    ActiveCell
    .Borders.Color = RGB(0, 0, 255)
    End Sub

    Private Sub CommandButton5_Click()
    Selection.Borders.Weight = 4
    Selection
    .Borders.Color = RGB(255, 0, 0)
    End Sub

    Private Sub CommandButton6_Click()
    Selection.Interior.Color = RGB(50, 190, 100)
    End Sub

    Private Sub CommandButton7_Click()
    Range("A7").Interior.Color = RGB(255, 255, 0)
    Range("A7").Borders.Weight = 4
    Range
    ("A7").Borders.Color = RGB(0, 0, 255)
    End Sub

    Private Sub CommandButton8_Click()
    Sheets("Sheet1").Tab.Color = RGB(255, 0, 0)
    End Sub 
    همچنین میتونید از این لینک برای انواع طیف رنگی کمک بگیرید
    RGB color codes chart, RGB color picker, RGB color table.


    فایل ضمیمه گردید
    فایل های پیوست شده
    [CENTER]
    [SIGPIC][/SIGPIC]
    [/CENTER]

    کامنت

    چند لحظه..