{"id":4822,"date":"2017-01-05T22:14:50","date_gmt":"2017-01-05T14:14:50","guid":{"rendered":"https:\/\/lttt.blog.ustc.edu.cn\/?p=4822"},"modified":"2017-01-05T22:14:50","modified_gmt":"2017-01-05T14:14:50","slug":"exceldengjichengjideyigehong","status":"publish","type":"post","link":"https:\/\/lttt.vanabel.cn\/?p=4822","title":{"rendered":"Excel\u767b\u8bb0\u6210\u7ee9\u7684\u4e00\u4e2a\u5b8f"},"content":{"rendered":"<p>\u5047\u8bbe\u7531\u597d\u51e0\u4e2a\u52a9\u6559, \u6211\u4eec\u5e0c\u671b\u5408\u6210\u4e00\u4e2a\u8868\u683c, \u9700\u8981\u5c06\u5176\u5b83\u52a9\u6559\u7684\u7eb8\u8d28\u6863\u6210\u7ee9\u767b\u8bb0\u5230\u73b0\u6709excel\u8868\u683c. \u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u5b8f\u6765\u5b8c\u6210:<br \/>\n1. \u81ea\u52a8\u5f55\u5165A+(Ctrl+Shift+A), A(Ctrl+a), A-(Ctrl+q), B+(Ctrl+Shift+B), B(Ctrl+b), B-(Ctrl+g)<br \/>\n2. \u4e0a\u9762\u62ec\u53f7\u91cc\u9762\u662f\u5feb\u6377\u952e, \u9700\u8981\u81ea\u5df1\u5b9a\u4e49(\u65b9\u6cd5: \u5b8f->\u67e5\u770b\u5b8f->\u9009\u9879->\u5feb\u6377\u952e)<br \/>\n3. \u6211\u4eec\u53ef\u4ee5\u4f7f\u7528Alt+F11\u6765\u7f16\u8f91\u5b8f, \u7136\u540e\u5c06\u4e0b\u9762\u7684\u4ee3\u7801\u7c98\u8d34\u8fdb\u53bb\u5373\u53ef.<br \/>\n4. \u4e0b\u9762\u7684\u4ee3\u7801\u4e2d, \u4f1a\u81ea\u52a8\u6dfb\u52a0\u989c\u8272\u4e3a\u6697\u7ea2\u8272, \u8fd9\u5728\u4e00\u5b9a\u7a0b\u5ea6\u4e0a\u5b9e\u73b0\u4e86\u81ea\u52a8\u6539\u53d8\u8f93\u5165\u7684\u989c\u8272<br \/>\n4. \u52a9\u6559\u6210\u7ee9\u7684\u7edf\u8ba1\u5f88\u5bb9\u6613\u901a\u8fc7<code>COUNTIF(range, \"A+\")<\/code>\u6765\u5b9e\u73b0(\u8fd9\u91cc\u662f\u7edf\u8ba1A+\u7684\u4e2a\u6570)<br \/>\n<!--more--><\/p>\n<pre class=\"lang:vb decode:true \" >Sub redA()\n'\n' redA \u5b8f\n' \u7ea2\u8272A\n'\n' \u5feb\u6377\u952e: Ctrl+a\n'\n    ActiveCell.FormulaR1C1 = \"A\"\n    With Selection.Font\n        .Color = -16777024\n        .TintAndShade = 0\n    End With\nEnd Sub\n\nSub red_A()\n'\n' red_A \u5b8f\n' \u7ea2\u8272A+\n'\n' \u5feb\u6377\u952e: Ctrl+Shift+A\n'\n    ActiveCell.FormulaR1C1 = \"A+\"\n    With Selection.Font\n        .Color = -16777024\n        .TintAndShade = 0\n    End With\nEnd Sub\n\nSub redA_()\n'\n' redA_ \u5b8f\n' \u7ea2\u8272A-\n'\n' \u5feb\u6377\u952e: Ctrl+q\n'\n    ActiveCell.FormulaR1C1 = \"A-\"\n    With Selection.Font\n        .Color = -16777024\n        .TintAndShade = 0\n    End With\nEnd Sub\nSub redB()\n'\n' redB \u5b8f\n' \u7ea2\u8272B\n'\n' \u5feb\u6377\u952e: Ctrl+b\n'\n    ActiveCell.FormulaR1C1 = \"B\"\n    With Selection.Font\n        .Color = -16777024\n        .TintAndShade = 0\n    End With\nEnd Sub\n\nSub red_B()\n'\n' red_B \u5b8f\n' \u7ea2\u8272B+\n'\n' \u5feb\u6377\u952e: Ctrl+Shift+B\n'\n    ActiveCell.FormulaR1C1 = \"B+\"\n    With Selection.Font\n        .Color = -16777024\n        .TintAndShade = 0\n    End With\nEnd Sub\nSub redB_()\n'\n' redB_ \u5b8f\n' \u7ea2\u8272B-\n'\n' \u5feb\u6377\u952e: Ctrl+g\n'\n    ActiveCell.FormulaR1C1 = \"B-\"\n    With Selection.Font\n        .Color = -16777024\n        .TintAndShade = 0\n    End With\nEnd Sub<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u5047\u8bbe\u7531\u597d\u51e0\u4e2a\u52a9\u6559, \u6211\u4eec\u5e0c\u671b\u5408\u6210\u4e00\u4e2a\u8868\u683c, \u9700\u8981\u5c06\u5176\u5b83\u52a9\u6559\u7684\u7eb8\u8d28\u6863\u6210\u7ee9\u767b\u8bb0\u5230\u73b0\u6709 &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"more-link\" href=\"https:\/\/lttt.vanabel.cn\/?p=4822\"> <span class=\"screen-reader-text\">Excel\u767b\u8bb0\u6210\u7ee9\u7684\u4e00\u4e2a\u5b8f<\/span> \u9605\u8bfb\u66f4\u591a &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[376,39,178,765],"class_list":["post-4822","post","type-post","status-publish","format-standard","hentry","category-net","tag-excel","tag-zhujiao","tag-luru","tag-chengji"],"_links":{"self":[{"href":"https:\/\/lttt.vanabel.cn\/index.php?rest_route=\/wp\/v2\/posts\/4822","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lttt.vanabel.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lttt.vanabel.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lttt.vanabel.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lttt.vanabel.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4822"}],"version-history":[{"count":0,"href":"https:\/\/lttt.vanabel.cn\/index.php?rest_route=\/wp\/v2\/posts\/4822\/revisions"}],"wp:attachment":[{"href":"https:\/\/lttt.vanabel.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4822"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lttt.vanabel.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4822"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lttt.vanabel.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4822"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}