لطفا در مورد وی بی طیف رنکها را توضیح دهید: بعنوان مثال vbred=قرمز - vbgreen=سبز - خاکستری؟ بژ؟ و......
BackColor
Collapse
X
-
-
با سلام
یه فایل ضمیمه کردم ببینید کمکتون میکنه
کد 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
فایل ضمیمه گردید[CENTER]
[SIGPIC][/SIGPIC]
[/CENTER]
کامنت