{"id":293,"date":"2018-09-19T17:16:40","date_gmt":"2018-09-19T08:16:40","guid":{"rendered":"https:\/\/blog.wewidi.com\/?p=293"},"modified":"2018-09-20T13:39:13","modified_gmt":"2018-09-20T04:39:13","slug":"%e3%80%90excelvba%e3%80%91colorindex%e3%81%ae%e7%95%aa%e5%8f%b7%e3%81%a8%e8%89%b2%e3%81%ae%e5%af%be%e5%bf%9c","status":"publish","type":"post","link":"https:\/\/blog.wewidi.com\/?p=293","title":{"rendered":"\u3010ExcelVBA\u3011ColorIndex\u306e\u756a\u53f7\u3068\u8272\u306e\u5bfe\u5fdc"},"content":{"rendered":"<p>\u30bb\u30eb\u306e\u80cc\u666f\u8272\u3084\u6587\u5b57\u8272\u306a\u3069\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f\u3001RGB\u5024\u3067\u6307\u5b9a\u3059\u308b\u304b\u3001Index\u5024\u3067\u6307\u5b9a\u3059\u308b\u3002<\/p>\n<table border=\"1\">\n<tbody>\n<tr>\n<td><\/td>\n<td>\u6587\u5b57\u8272<\/td>\n<td>\u80cc\u666f\u8272<\/td>\n<\/tr>\n<tr>\n<td>RGB\u6307\u5b9a<\/td>\n<td>.Font.Color<\/td>\n<td>.Interior.Color<\/td>\n<\/tr>\n<tr>\n<td>Index\u6307\u5b9a<\/td>\n<td>.Font.ColorIndex<\/td>\n<td>.Interior.ColorIndex<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u3055\u3066\u3001ColorIndex\u306b\u6307\u5b9a\u3059\u308bIndex\u5024\u306b\u5bfe\u5fdc\u3059\u308b\u8272\u306f\uff1f\uff1f\u3068\u3044\u3046\u3053\u3068\u3067\u3001\u8abf\u3079\u3066\u307f\u305f\u3002<br \/>\n\u3061\u306a\u307f\u306b\u3001ColorIndex\u306f\u30011\uff5e56\u306e\u7bc4\u56f2\u3089\u3057\u3044\u3002<\/p>\n<p>ColorIndex\u306e\u8a2d\u5b9a\u8272<\/p>\n<table style=\"text-align: Right;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"vertical-align: top;\">\n<table border=\"2\">\n<tbody>\n<tr style=\"text-align: Center;\">\n<td>No.<\/td>\n<td>Color<\/td>\n<td>RGB\u5024<\/td>\n<td>RGB()<\/td>\n<\/tr>\n<tr>\n<td>1<\/td>\n<td style=\"background-color: #000000; color: #FFFFFF;\">#000000<\/td>\n<td>0<\/td>\n<td>0, 0, 0<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td style=\"background-color: #FFFFFF; color: #000000;\">#FFFFFF<\/td>\n<td>16777215<\/td>\n<td>255, 255, 255<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td style=\"background-color: #FF0000; color: #00FFFF;\">#FF0000<\/td>\n<td>255<\/td>\n<td>255,0,0<\/td>\n<\/tr>\n<tr>\n<td>4<\/td>\n<td style=\"background-color: #00ff00; color: #FF00FF;\">#00FF00<\/td>\n<td>65280<\/td>\n<td>0, 255,0<\/td>\n<\/tr>\n<tr>\n<td>5<\/td>\n<td style=\"background-color: #0000ff; color: #FFFFFF;\">#000000<\/td>\n<td>16711680<\/td>\n<td>0,0, 255<\/td>\n<\/tr>\n<tr>\n<td>6<\/td>\n<td style=\"background-color: #ffff00; color: #0000FF;\">#FFFF00<\/td>\n<td>65535<\/td>\n<td>255, 255,0<\/td>\n<\/tr>\n<tr>\n<td>7<\/td>\n<td style=\"background-color: #ff00ff; color: #00FF00;\">#FF00FF<\/td>\n<td>16711935<\/td>\n<td>255,0, 255<\/td>\n<\/tr>\n<tr>\n<td>8<\/td>\n<td style=\"background-color: #00ffff; color: #FF0000;\">#00FFFF<\/td>\n<td>16776960<\/td>\n<td>0, 255, 255<\/td>\n<\/tr>\n<tr>\n<td>9<\/td>\n<td style=\"background-color: #800000; color: #7FFFFF;\">#800000<\/td>\n<td>128<\/td>\n<td>128,0,0<\/td>\n<\/tr>\n<tr>\n<td>10<\/td>\n<td style=\"background-color: #008000; color: #FF7FFF;\">#008000<\/td>\n<td>32768<\/td>\n<td>0, 128,0<\/td>\n<\/tr>\n<tr>\n<td>11<\/td>\n<td style=\"background-color: #000080; color: #FFFF7F;\">#000080<\/td>\n<td>8388608<\/td>\n<td>0,0, 128<\/td>\n<\/tr>\n<tr>\n<td>12<\/td>\n<td style=\"background-color: #808000; color: #000080;\">#808000<\/td>\n<td>32896<\/td>\n<td>128, 128,0<\/td>\n<\/tr>\n<tr>\n<td>13<\/td>\n<td style=\"background-color: #080080; color: #7FFF7F;\">#080080<\/td>\n<td>8388736<\/td>\n<td>128,0, 128<\/td>\n<\/tr>\n<tr>\n<td>14<\/td>\n<td style=\"background-color: #008080; color: #FF7F7F;\">#008080<\/td>\n<td>8421376<\/td>\n<td>0, 128, 128<\/td>\n<\/tr>\n<tr>\n<td>15<\/td>\n<td style=\"background-color: #C0C0C0; color: #3F3F3F;\">#C0C0C0<\/td>\n<td>12632256<\/td>\n<td>192, 192, 192<\/td>\n<\/tr>\n<tr>\n<td>16<\/td>\n<td style=\"background-color: #808080; color: #000000;\">#808080<\/td>\n<td>8421504<\/td>\n<td>128, 128, 128<\/td>\n<\/tr>\n<tr>\n<td>17<\/td>\n<td style=\"background-color: #9999FF; color: #666600;\">#9999FF<\/td>\n<td>16751001<\/td>\n<td>153, 153, 255<\/td>\n<\/tr>\n<tr>\n<td>18<\/td>\n<td style=\"background-color: #993366; color: #66CC99;\">#993366<\/td>\n<td>6697881<\/td>\n<td>153,51, 102<\/td>\n<\/tr>\n<tr>\n<td>19<\/td>\n<td style=\"background-color: #FFFFCC; color: #000033;\">#FFFFCC<\/td>\n<td>13434879<\/td>\n<td>255, 255, 204<\/td>\n<\/tr>\n<tr>\n<td>20<\/td>\n<td style=\"background-color: #CCFFFF; color: #330000;\">#CCFFFF<\/td>\n<td>16777164<\/td>\n<td>204, 255, 255<\/td>\n<\/tr>\n<tr>\n<td>21<\/td>\n<td style=\"background-color: #660066; color: #99FF99;\">#000000<\/td>\n<td>6684774<\/td>\n<td>102,0, 102<\/td>\n<\/tr>\n<tr>\n<td>22<\/td>\n<td style=\"background-color: #FF8080; color: #007F7F;\">#FF8080<\/td>\n<td>8421631<\/td>\n<td>255, 128, 128<\/td>\n<\/tr>\n<tr>\n<td>23<\/td>\n<td style=\"background-color: #0066CC; color: #FF9933;\">#0066CC<\/td>\n<td>13395456<\/td>\n<td>0, 102, 204<\/td>\n<\/tr>\n<tr>\n<td>24<\/td>\n<td style=\"background-color: #CCCCFF; color: #333300;\">#CCCCFF<\/td>\n<td>16764108<\/td>\n<td>204, 204, 255<\/td>\n<\/tr>\n<tr>\n<td>25<\/td>\n<td style=\"background-color: #000080; color: #FFFF7F;\">#000080<\/td>\n<td>8388608<\/td>\n<td>0,0, 128<\/td>\n<\/tr>\n<tr>\n<td>26<\/td>\n<td style=\"background-color: #FF00FF; color: #00FF00;\">#FF00FF<\/td>\n<td>16711935<\/td>\n<td>255,0, 255<\/td>\n<\/tr>\n<tr>\n<td>27<\/td>\n<td style=\"background-color: #FFFF00; color: #0000FF;\">#FFFF00<\/td>\n<td>65535<\/td>\n<td>255, 255,0<\/td>\n<\/tr>\n<tr>\n<td>28<\/td>\n<td style=\"background-color: #00FFFF; color: #FF0000;\">#00FFFF<\/td>\n<td>16776960<\/td>\n<td>0, 255, 255<\/td>\n<\/tr>\n<tr>\n<td>29<\/td>\n<td style=\"background-color: #800080; color: #7FFF7F;\">#800080<\/td>\n<td>8388736<\/td>\n<td>128,0, 128<\/td>\n<\/tr>\n<tr>\n<td>30<\/td>\n<td style=\"background-color: #800000; color: #7FFFFF;\">#800000<\/td>\n<td>128<\/td>\n<td>128,0,0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td style=\"vertical-align: top;\">\n<table border=\"2\">\n<tbody>\n<tr style=\"text-align: Center;\">\n<td>No.<\/td>\n<td>Color<\/td>\n<td>RGB\u5024<\/td>\n<td>RGB()<\/td>\n<\/tr>\n<tr>\n<td>31<\/td>\n<td style=\"background-color: #008080; color: #FF7F7F;\">#008080<\/td>\n<td>8421376<\/td>\n<td>0, 128, 128<\/td>\n<\/tr>\n<tr>\n<td>32<\/td>\n<td style=\"background-color: #0000FF; color: #FFFF00;\">#0000FF<\/td>\n<td>16711680<\/td>\n<td>0,0, 255<\/td>\n<\/tr>\n<tr>\n<td>33<\/td>\n<td style=\"background-color: #00CCFF; color: #FF3300;\">#00CCFF<\/td>\n<td>16763904<\/td>\n<td>0, 204, 255<\/td>\n<\/tr>\n<tr>\n<td>34<\/td>\n<td style=\"background-color: #CCFFFF; color: #330000;\">#CCFFFF<\/td>\n<td>16777164<\/td>\n<td>204, 255, 255<\/td>\n<\/tr>\n<tr>\n<td>35<\/td>\n<td style=\"background-color: #CCFFCC; color: #330033;\">#CCFFCC<\/td>\n<td>13434828<\/td>\n<td>204, 255, 204<\/td>\n<\/tr>\n<tr>\n<td>36<\/td>\n<td style=\"background-color: #FFFF99; color: #000066;\">#FFFF99<\/td>\n<td>10092543<\/td>\n<td>255, 255, 153<\/td>\n<\/tr>\n<tr>\n<td>37<\/td>\n<td style=\"background-color: #99CCFF; color: #663300;\">#99CCFF<\/td>\n<td>16764057<\/td>\n<td>153, 204, 255<\/td>\n<\/tr>\n<tr>\n<td>38<\/td>\n<td style=\"background-color: #FF99CC; color: #006633;\">#FF99CC<\/td>\n<td>13408767<\/td>\n<td>255, 153, 204<\/td>\n<\/tr>\n<tr>\n<td>39<\/td>\n<td style=\"background-color: #CC99FF; color: #336600;\">#CC99FF<\/td>\n<td>16751052<\/td>\n<td>204, 153, 255<\/td>\n<\/tr>\n<tr>\n<td>40<\/td>\n<td style=\"background-color: #FFCC99; color: #003366;\">#FFCC99<\/td>\n<td>10079487<\/td>\n<td>255, 204, 153<\/td>\n<\/tr>\n<tr>\n<td>41<\/td>\n<td style=\"background-color: #3366FF; color: #CC9900;\">#3366FF<\/td>\n<td>16737843<\/td>\n<td>51, 102, 255<\/td>\n<\/tr>\n<tr>\n<td>42<\/td>\n<td style=\"background-color: #33CCCC; color: #CC3333;\">#33CCCC<\/td>\n<td>13421619<\/td>\n<td>51, 204, 204<\/td>\n<\/tr>\n<tr>\n<td>43<\/td>\n<td style=\"background-color: #99CC00; color: #6633FF;\">#99CC00<\/td>\n<td>52377<\/td>\n<td>153, 204,0<\/td>\n<\/tr>\n<tr>\n<td>44<\/td>\n<td style=\"background-color: #FFCC00; color: #0033FF;\">#FFCC00<\/td>\n<td>52479<\/td>\n<td>255, 204,0<\/td>\n<\/tr>\n<tr>\n<td>45<\/td>\n<td style=\"background-color: #FF9900; color: #0066FF;\">#FF9900<\/td>\n<td>39423<\/td>\n<td>255, 153,0<\/td>\n<\/tr>\n<tr>\n<td>46<\/td>\n<td style=\"background-color: #FF6600; color: #0099FF;\">#FF6600<\/td>\n<td>26367<\/td>\n<td>255, 102,0<\/td>\n<\/tr>\n<tr>\n<td>47<\/td>\n<td style=\"background-color: #666699; color: #999966;\">#666699<\/td>\n<td>10053222<\/td>\n<td>102, 102, 153<\/td>\n<\/tr>\n<tr>\n<td>48<\/td>\n<td style=\"background-color: #969696; color: #000000;\">#969696<\/td>\n<td>9868950<\/td>\n<td>150, 150, 150<\/td>\n<\/tr>\n<tr>\n<td>49<\/td>\n<td style=\"background-color: #003366; color: #FFCC99;\">#003366<\/td>\n<td>6697728<\/td>\n<td>0,51, 102<\/td>\n<\/tr>\n<tr>\n<td>50<\/td>\n<td style=\"background-color: #339966; color: #993366;\">#339966<\/td>\n<td>6723891<\/td>\n<td>51, 153, 102<\/td>\n<\/tr>\n<tr>\n<td>51<\/td>\n<td style=\"background-color: #003300; color: #FFCCFF;\">#003300<\/td>\n<td>13056<\/td>\n<td>0,51,0<\/td>\n<\/tr>\n<tr>\n<td>52<\/td>\n<td style=\"background-color: #333300; color: #CCCCFF;\">#333300<\/td>\n<td>13107<\/td>\n<td>51,51,0<\/td>\n<\/tr>\n<tr>\n<td>53<\/td>\n<td style=\"background-color: #993300; color: #66CCFF;\">#993300<\/td>\n<td>13209<\/td>\n<td>153,51,0<\/td>\n<\/tr>\n<tr>\n<td>54<\/td>\n<td style=\"background-color: #993366; color: #66CC99;\">#993366<\/td>\n<td>6697881<\/td>\n<td>153,51, 102<\/td>\n<\/tr>\n<tr>\n<td>55<\/td>\n<td style=\"background-color: #333399; color: #CCCC66;\">#333399<\/td>\n<td>10040115<\/td>\n<td>51,51, 153<\/td>\n<\/tr>\n<tr>\n<td>56<\/td>\n<td style=\"background-color: #333333; color: #CCCCCC;\">#333333<\/td>\n<td>3355443<\/td>\n<td>51,51,51<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u304a\u307e\u3051\u3067\u3001ColorIndex\u306e\u4e00\u89a7\u3092\u4f5c\u6210\u3059\u308b\u30de\u30af\u30ed\u3092\u4f5c\u6210\u3057\u3066\u307f\u305f\u306e\u3067\u3001\u4ee5\u4e0b\u306e\u6295\u7a3f\u3092\u53c2\u7167\u3057\u3066\u307b\u3057\u3044\u3002<\/p>\n<p>\u2192 <a href=\"https:\/\/blog.wewidi.com\/?p=321\">\u3010ExcelVBA\u3011ColorIndex\u306e\u4e00\u89a7\u3092\u4f5c\u6210\u3059\u308b\u30de\u30af\u30ed\u30b5\u30f3\u30d7\u30eb<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u30bb\u30eb\u306e\u80cc\u666f\u8272\u3084\u6587\u5b57\u8272\u306a\u3069\u3092\u6307\u5b9a&#8230;<\/p>\n","protected":false},"author":1,"featured_media":184,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[6,40,46,4],"tags":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/blog.wewidi.com\/index.php?rest_route=\/wp\/v2\/posts\/293"}],"collection":[{"href":"https:\/\/blog.wewidi.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.wewidi.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.wewidi.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.wewidi.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=293"}],"version-history":[{"count":32,"href":"https:\/\/blog.wewidi.com\/index.php?rest_route=\/wp\/v2\/posts\/293\/revisions"}],"predecessor-version":[{"id":341,"href":"https:\/\/blog.wewidi.com\/index.php?rest_route=\/wp\/v2\/posts\/293\/revisions\/341"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.wewidi.com\/index.php?rest_route=\/wp\/v2\/media\/184"}],"wp:attachment":[{"href":"https:\/\/blog.wewidi.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=293"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.wewidi.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=293"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.wewidi.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=293"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}