{"id":1313,"date":"2013-10-30T11:22:50","date_gmt":"2013-10-30T19:22:50","guid":{"rendered":"http:\/\/www.auval.com.mx\/notas\/?p=1313"},"modified":"2013-10-30T11:22:50","modified_gmt":"2013-10-30T19:22:50","slug":"como-hacer-una-macro-para-poner-una-palomita","status":"publish","type":"post","link":"https:\/\/auval.com.mx\/blog\/2013\/10\/30\/como-hacer-una-macro-para-poner-una-palomita\/","title":{"rendered":"C\u00f3mo hacer una macro para poner una palomita"},"content":{"rendered":"<p><iframe loading=\"lazy\" title=\"Palomita o checkmark en Excel\" width=\"605\" height=\"340\" src=\"https:\/\/www.youtube.com\/embed\/Iwns5atVtZo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\n<p>Y ah\u00ed les va el c\u00f3digo, por si lo quieren copiar y pegar.<\/p>\n<pre class=\"lang:vb decode:true \" >Sub FlechaVerde()\n    Selection.FormulaR1C1 = \"\u00fc\"\n    With Selection.Font\n        .Name = \"Wingdings\"\n        .Size = 12\n        .Color = -13402799\n        .TintAndShade = 0\n    End With\n    With Selection\n        .HorizontalAlignment = xlCenter\n        .VerticalAlignment = xlCenter\n        .Interior.Color = 13954269\n    End With\n    \n    Selection.Borders(xlDiagonalDown).LineStyle = xlNone\n    Selection.Borders(xlDiagonalUp).LineStyle = xlNone\n    With Selection.Borders(xlEdgeLeft)\n        .LineStyle = xlDouble\n        .ThemeColor = 10\n        .TintAndShade = -0.249946592608417\n        .Weight = xlThick\n    End With\n    With Selection.Borders(xlEdgeTop)\n        .LineStyle = xlDouble\n        .ThemeColor = 10\n        .TintAndShade = -0.249946592608417\n        .Weight = xlThick\n    End With\n    With Selection.Borders(xlEdgeBottom)\n        .LineStyle = xlDouble\n        .ThemeColor = 10\n        .TintAndShade = -0.249946592608417\n        .Weight = xlThick\n    End With\n    With Selection.Borders(xlEdgeRight)\n        .LineStyle = xlDouble\n        .ThemeColor = 10\n        .TintAndShade = -0.249946592608417\n        .Weight = xlThick\n    End With\n    Selection.Borders(xlInsideVertical).LineStyle = xlNone\n    Selection.Borders(xlInsideHorizontal).LineStyle = xlNone\nEnd Sub<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Y ah\u00ed les va el c\u00f3digo, por si lo quieren copiar y pegar. Sub FlechaVerde() Selection.FormulaR1C1 = \u00ab\u00fc\u00bb With Selection.Font .Name = \u00abWingdings\u00bb .Size = 12 .Color = -13402799 .TintAndShade = 0 End With With Selection .HorizontalAlignment = xlCenter .VerticalAlignment &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"more-link\" href=\"https:\/\/auval.com.mx\/blog\/2013\/10\/30\/como-hacer-una-macro-para-poner-una-palomita\/\"> <span class=\"screen-reader-text\">C\u00f3mo hacer una macro para poner una palomita<\/span> Leer m\u00e1s \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-1313","post","type-post","status-publish","format-standard","hentry","category-office"],"_links":{"self":[{"href":"https:\/\/auval.com.mx\/blog\/wp-json\/wp\/v2\/posts\/1313","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/auval.com.mx\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/auval.com.mx\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/auval.com.mx\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/auval.com.mx\/blog\/wp-json\/wp\/v2\/comments?post=1313"}],"version-history":[{"count":0,"href":"https:\/\/auval.com.mx\/blog\/wp-json\/wp\/v2\/posts\/1313\/revisions"}],"wp:attachment":[{"href":"https:\/\/auval.com.mx\/blog\/wp-json\/wp\/v2\/media?parent=1313"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/auval.com.mx\/blog\/wp-json\/wp\/v2\/categories?post=1313"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/auval.com.mx\/blog\/wp-json\/wp\/v2\/tags?post=1313"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}