Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List Excel Color ValuesContent of List Excel Color Values.vbsMD5 Hash: FCF1C3F5312FAA1C99ED9C79DC14C92B |
||
' Description: Demonstration script that displays the various colors -- and their related color index -- available when programmatically controlling Microsoft Excel.
Set objExcel = CreateObject("Excel.Application") objExcel.Visible = True objExcel.Workbooks.Add For i = 1 to 56 objExcel.Cells(i, 1).Value = i objExcel.Cells(i, 1).Interior.ColorIndex = i Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |