{"id":6742,"date":"2014-02-17T14:25:28","date_gmt":"2014-02-17T20:25:28","guid":{"rendered":"http:\/\/aplicaexcelcontable.com\/blog\/?p=6742"},"modified":"2024-12-09T05:58:49","modified_gmt":"2024-12-09T11:58:49","slug":"acelerar-el-codigo-5-de-macros","status":"publish","type":"post","link":"https:\/\/aplicaexcelcontable.com\/blog\/acelerar-el-codigo-5-de-macros.html","title":{"rendered":"Acelerar el Codigo 5 &#8211; Curso Basico de VBA"},"content":{"rendered":"<h1 style=\"text-align: center;\">Como Acelerar el Codigo 5 de las Macros<\/h1>\n<p>Vamos a ver el ultimo tema sobre los pasos para acelerar el codigo 5 de las macros.<\/p>\n<p>Pero antes, debo de asegurarme que ya has le\u00eddo las otras 4 recomendaciones para acelerar c\u00f3digos de macros.<\/p>\n<p>Si todav\u00eda no lo has le\u00eddo, por favor&nbsp;<a href=\"https:\/\/aplicaexcelcontable.com\/blog\/programar-en-excel-acelerar-el-codigo-4.html\" target=\"_blank\" style=\"outline: none;\"><span>haz clic aqu\u00ed y l\u00e9elo<\/span><\/a>.<\/p>\n<p>Una vez termines de leer, por favor regresa nuevamente aqu\u00ed y continua con el tema de hoy.El tema de hoy es la Recomendaci\u00f3n numero 5 ( Evitar el uso de copiar, pegar y seleccionar). Comencemos:<\/p>\n<h2 style=\"\">Acelerar el Codigo 5 &#8211; Evitar el uso de Copiar, Pegar y Seleccionar<\/h2>\n<p><span><img decoding=\"async\" alt=\"Acelerar el codigo 5\" data-id=\"60069\" width=\"325\" data-init-width=\"556\" height=\"192\" data-init-height=\"329\" title=\"Acelerar el codigo de una macro\" loading=\"lazy\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2014\/02\/Acelerar-el-codigo-de-una-macro.png\" data-width=\"325\" data-height=\"192\" style=\"aspect-ratio: auto 556 \/ 329;\"><\/span><\/p>\n<p style=\"text-align: justify;\">Cuando se utiliza la grabadora de macros, es com\u00fan que se genere m\u00e1s c\u00f3digo de lo necesario y esto hace que funcione un poco m\u00e1s lento.<\/p>\n<p style=\"text-align: justify;\">Las instrucciones que suelen ser redundantes son Select, Selection.Copy y Paste.<\/p>\n<p style=\"text-align: justify;\">Supongamos que queremos copiar un rango en otro rango. Si utilizamos la grabadora el c\u00f3digo ser\u00e1 el siguiente:Sub CopiaRango()Range(\u00abC10:C12\u00bb).SelectSelection.CopyRange(\u00abE10\u00bb).SelectActiveSheet.PasteEnd SubSin embargo, hay una forma m\u00e1s directa donde evitamos el Select, el Selection y el Paste:Sub CopiaRango()Range(\u00abC10:C12\u00bb).Copy Range(\u00abE10\u00bb)End SubMuy bien, con esto hemos terminado con las cinco recomendaciones para acelerar c\u00f3digos de macros.<\/p>\n<p style=\"text-align: justify;\">Estas recomendaciones las tienes que aplicar siempre cuando est\u00e9s programando.&nbsp;<\/p>\n<p style=\"text-align: justify;\">Por favor no lo olvides, si no aplicas estas recomendaciones tu plantilla no ejecutara las macros de forma r\u00e1pida (Acelerada). &nbsp;<\/p>\n<p style=\"text-align: justify;\">Se que tu deseas que tus plantillas sean veloces, verdad que si? entonces aplica las recomendaciones.<\/p>\n<p style=\"text-align: justify;\">Que tal te pareci\u00f3 el archivo, te gusto?<\/p>\n<p style=\"text-align: justify;\">Si te gusto, te invito a compartirlo con tus amigos de <a href=\"https:\/\/www.facebook.com\/AplicaExceContable\/\" target=\"_blank\" rel=\"noopener\">facebook<\/a> y tambi\u00e9n, a seguirnos en nuestro canal de Youtube:<\/p>\n<h2><strong>S\u00edguenos en:<\/strong><\/h2>\n<p><a href=\"https:\/\/www.facebook.com\/aplicaexcecontable\" target=\"_blank\" rel=\"  noopener\"><\/a><a href=\"http:\/\/www.youtube.com\/user\/excelycontabilidad?sub_confirmation=1\" target=\"_blank\" rel=\"  noopener\"><\/a><\/p>\n<p style=\"\">Cualquier duda o pregunta, puedes escribirme directamente en la<span style=\"--tcb-text-highlight-color: rgb(237, 243, 13) !important;\">&nbsp;<\/span><a href=\"#comentario\" style=\"outline: none;\"><span style=\"--tcb-text-highlight-color: rgb(237, 243, 13) !important;\">secci\u00f3n de comentarios<\/span><\/a>, en la <a href=\"https:\/\/aplicaexcelcontable.com\/blog\/contacto\" target=\"_blank\" style=\"outline: none;\"><span style=\"--tcb-text-highlight-color: rgb(231, 100, 224) !important;\" data-text-highlight=\"bubble\">pagina del chat<\/span><\/a>, directamente en <span style=\"--tcb-text-highlight-color: rgb(30, 184, 76) !important;\">whatsapp<\/span> o bien al correo electr\u00f3nico rogerperez@aplicaexcelcontable.com.<span style=\"--tcb-text-highlight-color: transparent !important;\"><\/span><\/p>\n<p style=\"\">Te saluda,<span style=\"--tcb-text-highlight-color: transparent !important;\"><\/span><\/p>\n<p style=\"\"><strong>Roger Perez \u2013 Aplica Excel Contable<\/strong><\/p>\n<h2 style=\"text-align: center;\"><a href=\"https:\/\/aplicaexcelcontable.com\/blog\/presentacionscv5\" style=\"outline: none;\"><span style=\"--tcb-text-highlight-color: rgb(247, 247, 12) !important;\">Sistema Contable Avanzado<\/span><\/a><\/h2>\n<p><span style=\"width: 100%;\"><a href=\"https:\/\/aplicaexcelcontable.com\/blog\/presentacionscv5\"><img loading=\"lazy\" decoding=\"async\" alt=\"Acelerar el Codigo-5\" width=\"129\" height=\"64\" title=\"Sistema Contable V5.0\" data-id=\"25779\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2017\/06\/Sistema-Contable-V5.0.png\" style=\"aspect-ratio: auto 431 \/ 214;\" data-width=\"129\" data-height=\"64\" data-init-width=\"431\" data-init-height=\"214\"><\/a><\/span><\/p>\n<ul>\n<li><span>Genera 5 tipos de comprobantes .<\/span><\/li>\n<li><span>Genera tus reportes Contables<\/span><\/li>\n<li><span>Extrae tus cuentas de Mayores con un clic<\/span><\/li>\n<li><span>Genera estado de cuenta por clientes<\/span><\/li>\n<li><span>Genera estado de Cuenta por Proveedores<\/span><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Como Acelerar el Codigo 5 de las Macros Vamos a ver el ultimo tema sobre los pasos para acelerar el codigo 5 de las macros. Pero antes, debo de asegurarme que ya has le\u00eddo las otras 4 recomendaciones para acelerar c\u00f3digos de macros. Si todav\u00eda no lo has le\u00eddo, por favor&nbsp;haz clic aqu\u00ed y l\u00e9elo. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":60069,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","tve_updated_post":"<div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-16b31f610f7\" style=\"text-align: center;\" class=\"\">Como Acelerar el Codigo 5 de las Macros<\/h1><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-193ab45c38c\" style=\"\">\n\t<div class=\"tve-content-box-background\"><\/div>\n\t<div class=\"tve-cb\" style=\"\" data-css=\"tve-u-193ab45c386\"><div class=\"thrv_wrapper thrv_text_element\">\t<p data-css=\"tve-u-16b3224e76b\">Vamos a ver el ultimo tema sobre los pasos para acelerar el codigo 5 de las macros.<\/p><p data-css=\"tve-u-16b3224e76b\">Pero antes, debo de asegurarme que ya has le\u00eddo las otras 4 recomendaciones para acelerar c\u00f3digos de macros.<\/p><p data-css=\"tve-u-16b3224e76b\">Si todav\u00eda no lo has le\u00eddo, por favor&nbsp;<a href=\"https:\/\/aplicaexcelcontable.com\/blog\/programar-en-excel-acelerar-el-codigo-4.html\" target=\"_blank\" class=\"\" style=\"outline: none;\"><span data-css=\"tve-u-16b3227a80c\">haz clic aqu\u00ed y l\u00e9elo<\/span><\/a>.<\/p><p data-css=\"tve-u-16b3224e76b\">Una vez termines de leer, por favor regresa nuevamente aqu\u00ed y continua con el tema de hoy.<br>El tema de hoy es la Recomendaci\u00f3n numero 5 ( Evitar el uso de copiar, pegar y seleccionar). Comencemos:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-193ab454817\" style=\"\" class=\"\">Acelerar el Codigo 5 - Evitar el uso de Copiar, Pegar y Seleccionar<\/h2><\/div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-193ab47604a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-60069\" alt=\"Acelerar el codigo 5\" data-id=\"60069\" width=\"325\" data-init-width=\"556\" height=\"192\" data-init-height=\"329\" title=\"Acelerar el codigo de una macro\" loading=\"lazy\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2014\/02\/Acelerar-el-codigo-de-una-macro.png\" data-width=\"325\" data-height=\"192\" data-css=\"tve-u-193ab4774d7\" style=\"aspect-ratio: auto 556 \/ 329;\"><\/span><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-193ab468a7e\" style=\"\">\n<div class=\"tve-content-box-background\"><\/div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16b322aef4e\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-16b322aef50\" style=\"text-align: justify;\">Cuando se utiliza la grabadora de macros, es com\u00fan que se genere m\u00e1s c\u00f3digo de lo necesario y esto hace que funcione un poco m\u00e1s lento.<\/p><p data-css=\"tve-u-16b322aef50\" style=\"text-align: justify;\">Las instrucciones que suelen ser redundantes son Select, Selection.Copy y Paste.<\/p><p data-css=\"tve-u-16b322aef50\" style=\"text-align: justify;\">Supongamos que queremos copiar un rango en otro rango. Si utilizamos la grabadora el c\u00f3digo ser\u00e1 el siguiente:<br><br>Sub CopiaRango()<br>Range(\"C10:C12\").Select<br>Selection.Copy<br>Range(\"E10\").Select<br>ActiveSheet.Paste<br>End Sub<br><br>Sin embargo, hay una forma m\u00e1s directa donde evitamos el Select, el Selection y el Paste:<br><br>Sub CopiaRango()<br>Range(\"C10:C12\").Copy Range(\"E10\")<br>End Sub<br><br>Muy bien, con esto hemos terminado con las cinco recomendaciones para acelerar c\u00f3digos de macros.<\/p><p data-css=\"tve-u-16b322aef50\" style=\"text-align: justify;\">Estas recomendaciones las tienes que aplicar siempre cuando est\u00e9s programando.&nbsp;<\/p><p data-css=\"tve-u-16b322aef50\" style=\"text-align: justify;\">Por favor no lo olvides, si no aplicas estas recomendaciones tu plantilla no ejecutara las macros de forma r\u00e1pida (Acelerada). &nbsp;<\/p><p data-css=\"tve-u-16b322aef50\" style=\"text-align: justify;\">Se que tu deseas que tus plantillas sean veloces, verdad que si? entonces aplica las recomendaciones.<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16b3236a859\">\n<div class=\"tve-content-box-background\"><\/div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16b322e8ff2\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-16b322e8ff3\" style=\"text-align: justify;\">Que tal te pareci\u00f3 el archivo, te gusto?<\/p><p data-css=\"tve-u-16b322e8ff3\" style=\"text-align: justify;\">Si te gusto, te invito a compartirlo con tus amigos de <a href=\"https:\/\/www.facebook.com\/AplicaExceContable\/\" target=\"_blank\">facebook<\/a> y tambi\u00e9n, a seguirnos en nuestro canal de Youtube:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16b32331f90\" style=\"--tcb-col-el-width: 685.938;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-193ab4845ae\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_social_custom thrv_social\" data-counts=\"\" data-min_shares=\"0\" data-css=\"tve-u-16b323267f1\">\n<div class=\"tve_social_items tve_social_custom tve_style_1 tve_social_itb\">\n<div class=\"tve_s_item tve_s_fb_share\" data-s=\"fb_share\" data-href=\"https:\/\/aplicaexcelcontable.com\/blog\/programar-en-excel-acelerar-el-codigo-5.html\" data-label=\"Compartir\">\n\t<a href=\"javascript:void(0)\" class=\"tve_s_link\"><span class=\"tve_s_icon thrv-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tcb-facebook\" viewBox=\"0 0 16 28\"><path d=\"M14.984 0.187v4.125h-2.453q-1.344 0-1.813 0.562t-0.469 1.687v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406q0-2.906 1.625-4.508t4.328-1.602q2.297 0 3.563 0.187z\"><\/path><\/svg><\/span><span class=\"tve_s_text\">Compartir<\/span><span class=\"tve_s_count\">0<\/span><\/a>\n<\/div>\n<\/div>\n<\/div><\/div><\/div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-16b32330018\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16b3233001c\">\n<div class=\"tve-content-box-background\"><\/div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16b3233001b\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\"><h2 data-css=\"tve-u-16b32343415\" class=\"\"><strong>S\u00edguenos en:<\/strong><\/h2><\/div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16b3233001a\" style=\"--tcb-col-el-width: 206;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16b3233001f\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16b32330027\"><a href=\"https:\/\/www.facebook.com\/aplicaexcecontable\" target=\"_blank\" rel=\" \" class=\"tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16b32330021\" data-link-wrap=\"1\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"facebook-official\">\n<path d=\"M22.672 2c0.734 0 1.328 0.594 1.328 1.328v21.344c0 0.734-0.594 1.328-1.328 1.328h-6.109v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-11.484c-0.734 0-1.328-0.594-1.328-1.328v-21.344c0-0.734 0.594-1.328 1.328-1.328h21.344z\"><\/path>\n<\/svg><\/div><\/a><\/div><\/div><div class=\"tcb-flex-col\" data-css=\"tve-u-16b3233001d\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16b32330025\"><a href=\"http:\/\/www.youtube.com\/user\/excelycontabilidad?sub_confirmation=1\" target=\"_blank\" rel=\" \" class=\"tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_rotate\" data-css=\"tve-u-16b32330020\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;rotate&quot;,&quot;loop&quot;:1},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-link-wrap=\"1\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"youtube\">\n<path d=\"M15.172 19.437v3.297c0 0.703-0.203 1.047-0.609 1.047-0.234 0-0.469-0.109-0.703-0.344v-4.703c0.234-0.234 0.469-0.344 0.703-0.344 0.406 0 0.609 0.359 0.609 1.047zM20.453 19.453v0.719h-1.406v-0.719c0-0.703 0.234-1.062 0.703-1.062s0.703 0.359 0.703 1.062zM5.359 16.047h1.672v-1.469h-4.875v1.469h1.641v8.891h1.563v-8.891zM9.859 24.938h1.391v-7.719h-1.391v5.906c-0.313 0.438-0.609 0.656-0.891 0.656-0.187 0-0.297-0.109-0.328-0.328-0.016-0.047-0.016-0.219-0.016-0.547v-5.688h-1.391v6.109c0 0.547 0.047 0.906 0.125 1.141 0.125 0.391 0.453 0.578 0.906 0.578 0.5 0 1.031-0.313 1.594-0.953v0.844zM16.562 22.625v-3.078c0-0.719-0.031-1.234-0.141-1.547-0.172-0.578-0.562-0.875-1.109-0.875-0.516 0-1 0.281-1.453 0.844v-3.391h-1.391v10.359h1.391v-0.75c0.469 0.578 0.953 0.859 1.453 0.859 0.547 0 0.938-0.297 1.109-0.859 0.109-0.328 0.141-0.844 0.141-1.563zM21.844 22.469v-0.203h-1.422c0 0.562-0.016 0.875-0.031 0.953-0.078 0.375-0.281 0.562-0.625 0.562-0.484 0-0.719-0.359-0.719-1.078v-1.359h2.797v-1.609c0-0.828-0.141-1.422-0.422-1.813-0.406-0.531-0.953-0.797-1.656-0.797-0.719 0-1.266 0.266-1.672 0.797-0.297 0.391-0.438 0.984-0.438 1.813v2.703c0 0.828 0.156 1.437 0.453 1.813 0.406 0.531 0.953 0.797 1.687 0.797s1.313-0.281 1.687-0.828c0.172-0.25 0.297-0.531 0.328-0.844 0.031-0.141 0.031-0.453 0.031-0.906zM12.344 8.203v-3.281c0-0.719-0.203-1.078-0.672-1.078-0.453 0-0.672 0.359-0.672 1.078v3.281c0 0.719 0.219 1.094 0.672 1.094 0.469 0 0.672-0.375 0.672-1.094zM23.578 19.938c0 1.797-0.016 3.719-0.406 5.469-0.297 1.234-1.297 2.141-2.5 2.266-2.875 0.328-5.781 0.328-8.672 0.328s-5.797 0-8.672-0.328c-1.203-0.125-2.219-1.031-2.5-2.266-0.406-1.75-0.406-3.672-0.406-5.469v0c0-1.813 0.016-3.719 0.406-5.469 0.297-1.234 1.297-2.141 2.516-2.281 2.859-0.313 5.766-0.313 8.656-0.313s5.797 0 8.672 0.313c1.203 0.141 2.219 1.047 2.5 2.281 0.406 1.75 0.406 3.656 0.406 5.469zM7.984 0h1.594l-1.891 6.234v4.234h-1.563v-4.234c-0.141-0.766-0.453-1.859-0.953-3.313-0.344-0.969-0.688-1.953-1.016-2.922h1.656l1.109 4.109zM13.766 5.203v2.734c0 0.828-0.141 1.453-0.438 1.844-0.391 0.531-0.938 0.797-1.656 0.797-0.703 0-1.25-0.266-1.641-0.797-0.297-0.406-0.438-1.016-0.438-1.844v-2.734c0-0.828 0.141-1.437 0.438-1.828 0.391-0.531 0.938-0.797 1.641-0.797 0.719 0 1.266 0.266 1.656 0.797 0.297 0.391 0.438 1 0.438 1.828zM19 2.672v7.797h-1.422v-0.859c-0.562 0.656-1.094 0.969-1.609 0.969-0.453 0-0.781-0.187-0.922-0.578-0.078-0.234-0.125-0.609-0.125-1.172v-6.156h1.422v5.734c0 0.328 0 0.516 0.016 0.547 0.031 0.219 0.141 0.344 0.328 0.344 0.281 0 0.578-0.219 0.891-0.672v-5.953h1.422z\"><\/path>\n<\/svg><\/div><\/a><\/div><\/div><\/div><\/div><div class=\"thrv_wrapper thrv_icon tcb-icon-display tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_bottom tve-viewport-triggered\" data-css=\"tve-u-16b32330024\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:1},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"hand-pointer-o\">\n<path d=\"M10 2c-1.109 0-2 0.891-2 2v14l-2.359-3.156c-0.391-0.516-1.016-0.844-1.672-0.844-1.094 0-1.969 0.922-1.969 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h11.219c0.453 0 0.859-0.313 0.969-0.75l1.437-5.75c0.25-1 0.375-2.016 0.375-3.031v-3.391c0-0.828-0.641-1.578-1.5-1.578-0.828 0-1.5 0.672-1.5 1.5h-0.5v-0.953c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v1h-0.5v-1.406c0-1.125-0.859-2.094-2-2.094-1.109 0-2 0.891-2 2v1.5h-0.5v-8.906c0-1.125-0.859-2.094-2-2.094zM10 0c2.234 0 4 1.875 4 4.094v3.437c0.172-0.016 0.328-0.031 0.5-0.031 1.016 0 1.969 0.391 2.703 1.078 0.484-0.219 1.016-0.328 1.547-0.328 1.125 0 2.172 0.5 2.875 1.359 0.297-0.078 0.578-0.109 0.875-0.109 1.969 0 3.5 1.641 3.5 3.578v3.391c0 1.172-0.141 2.359-0.438 3.516l-1.437 5.75c-0.328 1.328-1.531 2.266-2.906 2.266h-11.219c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.188 1.781-4 3.969-4 0.719 0 1.422 0.187 2.031 0.547v-8.547c0-2.203 1.797-4 4-4zM12 22v-6h-0.5v6h0.5zM16 22v-6h-0.5v6h0.5zM20 22v-6h-0.5v6h0.5z\"><\/path>\n<\/svg><\/div><\/div>\n<\/div><\/div><\/div><\/div><\/div><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-193ab470a1c\" style=\"\">\n\t<div class=\"tve-content-box-background\"><\/div>\n\t<div class=\"tve-cb\" style=\"\" data-css=\"tve-u-193ab470a1b\"><div class=\"thrv_wrapper thrv_text_element tcb-highlight-added\">\t<p style=\"\">Cualquier duda o pregunta, puedes escribirme directamente en la<span style=\"--tcb-text-highlight-color: rgb(237, 243, 13) !important;\" data-css=\"tve-u-193ab470a1d\">&nbsp;<\/span><a href=\"#comentario\" class=\"tve-jump-scroll\" style=\"outline: none;\"><span style=\"--tcb-text-highlight-color: rgb(237, 243, 13) !important;\" data-css=\"tve-u-193ab470a1f\">secci\u00f3n de comentarios<\/span><\/a>, en la <a href=\"https:\/\/aplicaexcelcontable.com\/blog\/contacto\" target=\"_blank\" class=\"\" style=\"outline: none;\"><span style=\"--tcb-text-highlight-color: rgb(231, 100, 224) !important;\" data-css=\"tve-u-193ab470a20\" data-text-highlight=\"bubble\">pagina del chat<\/span><\/a>, directamente en <span style=\"--tcb-text-highlight-color: rgb(30, 184, 76) !important;\" data-css=\"tve-u-193ab470a21\">whatsapp<\/span> o bien al correo electr\u00f3nico rogerperez@aplicaexcelcontable.com.<span style=\"--tcb-text-highlight-color: transparent !important;\" data-css=\"tve-u-193ab470a22\"><\/span><\/p><p style=\"\">Te saluda,<span style=\"--tcb-text-highlight-color: transparent !important;\"><\/span><\/p><p style=\"\"><strong>Roger Perez \u2013 Aplica Excel Contable<\/strong><\/p><\/div><\/div>\n<\/div><div class=\"tcb-clear\" data-css=\"tve-u-16b323cc7a2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16b323cc7bb\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16b323cc7b9\"><\/div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16b323cc7ba\"><div class=\"thrv_wrapper thrv_text_element tcb-highlight-added\" data-css=\"tve-u-16b323cc7b6\"><h2 class=\"\" style=\"text-align: center;\" data-css=\"tve-u-193ab4940de\"><a href=\"https:\/\/aplicaexcelcontable.com\/blog\/presentacionscv5\" class=\"\" style=\"outline: none;\"><span style=\"--tcb-text-highlight-color: rgb(247, 247, 12) !important;\" data-css=\"tve-u-193ab492cd7\">Sistema Contable Avanzado<\/span><\/a><\/h2><\/div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16b323cc7b2\" style=\"--tcb-col-el-width: 486;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-193ab48de64\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16b323cc7b4\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16b323cc7b5\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https:\/\/aplicaexcelcontable.com\/blog\/presentacionscv5\"><img loading=\"lazy\" decoding=\"async\" class=\"tve_image wp-image-25779\" alt=\"Acelerar el Codigo-5\" width=\"129\" height=\"64\" title=\"Sistema Contable V5.0\" data-id=\"25779\" src=\"\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2017\/06\/Sistema-Contable-V5.0.png\" style=\"aspect-ratio: auto 431 \/ 214;\" data-width=\"129\" data-height=\"64\" data-init-width=\"431\" data-init-height=\"214\"><\/a><\/span><\/div><\/div><\/div><div class=\"tcb-flex-col\" data-css=\"tve-u-16b323cc7b3\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16b323cc7a8\" data-color=\"rgb(220, 242, 222)\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-16b323cc7a6\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path>\n<\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-16b323cc7b0\">Genera 5 tipos de comprobantes .<\/span><\/li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-16b323cc7a5\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path>\n<\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-16b323cc7af\">Genera tus reportes Contables<\/span><\/li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-16b323cc7a3\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path>\n<\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-16b323cc7ae\">Extrae tus cuentas de Mayores con un clic<\/span><\/li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-16b323cc7ad\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path>\n<\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-16b323cc7ac\">Genera estado de cuenta por clientes<\/span><\/li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-16b323cc7ab\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path>\n<\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-16b323cc7a9\">Genera estado de Cuenta por Proveedores<\/span><\/li><\/ul><\/div><\/div><\/div><\/div><\/div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16b323cc7a0\" data-tcb_hover_state_parent=\"\" style=\"\">\n<a href=\"https:\/\/aplicaexcelcontable.com\/blog\/sistema-contable-en-excel-v9\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\"><strong>Clic aqu\u00ed&nbsp;para mas detalles<\/strong><\/span><\/span>\n<\/a>\n<\/div><\/div>\n<\/div><\/div>","tve_custom_css":"@media (min-width: 300px){:not(#tve) [data-css=\"tve-u-16b31f610f7\"] { font-size: 42px !important; color: rgb(248, 10, 10) !important; }:not(#tve) [data-css=\"tve-u-16b3224e76b\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-16b3227a80c\"] { background-color: rgb(245, 245, 11) !important; }[data-css=\"tve-u-16b322aef4e\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-16b322aef50\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-16b322e8ff2\"] p { margin: 0px 0px 11px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-16b322e8ff3\"] { color: rgb(10, 0, 0) !important; }[data-css=\"tve-u-16b323267f1\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16b32330018\"]::after { clear: both; }[data-css=\"tve-u-16b3233001a\"] { margin-top: -36px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16b3233001b\"] { min-height: 1px; }[data-css=\"tve-u-16b3233001c\"] { max-width: 208px; float: right; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16b3233001d\"] { max-width: 81.3%; }[data-css=\"tve-u-16b3233001f\"] { max-width: 18.7%; }:not(#tve) [data-css=\"tve-u-16b32330020\"] > :first-child { color: rgb(191, 20, 20); }:not(#tve) [data-css=\"tve-u-16b32330021\"] > :first-child { color: rgb(60, 18, 215); }[data-css=\"tve-u-16b32330024\"] { font-size: 60px; margin-top: -48px !important; }[data-css=\"tve-u-16b32330021\"] { font-size: 60px; }[data-css=\"tve-u-16b32330020\"] { font-size: 60px; margin-right: 65px !important; margin-top: 20px !important; }[data-css=\"tve-u-16b32331f90\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-16b32343415\"] { font-size: 26px !important; color: rgb(15, 84, 6) !important; }[data-css=\"tve-u-16b3236a859\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-16b323cc7a0\"]:hover .tcb-button-link { border-bottom: 4px solid rgb(197, 10, 10); border-radius: 8px; overflow: hidden; color: rgb(246, 243, 243) !important; background-color: rgb(251, 8, 8) !important; }:not(#tve) [data-css=\"tve-u-16b323cc7a0\"] .tcb-button-link { color: rgb(251, 8, 8) !important; }[data-css=\"tve-u-16b323cc7a2\"]::after { clear: both; }[data-css=\"tve-u-16b323cc7a3\"] { color: rgb(220, 242, 222); }[data-css=\"tve-u-16b323cc7a5\"] { color: rgb(220, 242, 222); }[data-css=\"tve-u-16b323cc7a6\"] { color: rgb(220, 242, 222); }[data-css=\"tve-u-16b323cc7a0\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 4px solid rgb(251, 8, 8); border-radius: 10px; overflow: hidden; background-image: none !important; background-color: rgb(251, 249, 249) !important; }[data-css=\"tve-u-16b323cc7a0\"] { display: block; max-width: 82%; width: 82%; margin-top: 0px !important; }[data-css=\"tve-u-16b323cc7a8\"] { margin-top: 0px !important; padding-left: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; padding-bottom: 0px !important; padding-top: 0px !important; }:not(#tve) [data-css=\"tve-u-16b323cc7a9\"] { color: rgb(255, 255, 255) !important; font-size: 12px !important; }:not(#tve) [data-css=\"tve-u-16b323cc7a8\"] p, :not(#tve) [data-css=\"tve-u-16b323cc7a8\"] li, :not(#tve) [data-css=\"tve-u-16b323cc7a8\"] blockquote, :not(#tve) [data-css=\"tve-u-16b323cc7a8\"] address { font-size: 11px; }:not(#tve) [data-css=\"tve-u-16b323cc7a8\"] > ul > li { margin-bottom: 1px !important; }[data-css=\"tve-u-16b323cc7ab\"] { color: rgb(220, 242, 222); }:not(#tve) [data-css=\"tve-u-16b323cc7ac\"] { color: rgb(255, 255, 255) !important; font-size: 13px !important; }[data-css=\"tve-u-16b323cc7ad\"] { color: rgb(220, 242, 222); }:not(#tve) [data-css=\"tve-u-16b323cc7ae\"] { color: rgb(255, 253, 253) !important; font-size: 12px !important; }:not(#tve) [data-css=\"tve-u-16b323cc7af\"] { color: rgb(252, 246, 246) !important; font-size: 12px !important; }:not(#tve) [data-css=\"tve-u-16b323cc7b0\"] { color: rgb(248, 237, 237) !important; font-size: 12px !important; }[data-css=\"tve-u-16b323cc7b2\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16b323cc7b3\"] { max-width: 68.8%; }[data-css=\"tve-u-16b323cc7b4\"] { max-width: 31.2%; }[data-css=\"tve-u-16b323cc7b5\"] { float: none; width: 140px; margin-top: 26px !important; padding-left: 11px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16b323cc7b6\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-16b323cc7b9\"] { border-top: none; border-right: none; border-left: none; border-image: initial; box-shadow: rgba(0, 0, 0, 0.4) -3px 3px 12px 0px inset, rgba(0, 0, 0, 0.4) 0px 14px 22px 4px, rgba(0, 0, 0, 0.4) 0px 0px 13px -4px, rgba(0, 0, 0, 0.4) -1px 0px 12px -3px inset; background-image: linear-gradient(rgb(0, 75, 255), rgb(0, 75, 255)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; border-bottom: 15px solid rgb(11, 88, 248) !important; }[data-css=\"tve-u-16b323cc7ba\"] { min-height: 181px; }[data-css=\"tve-u-16b323cc7bb\"] { max-width: 488px; float: right; z-index: 3; position: relative; width: 100%; margin-top: -13px !important; }.tcb-post-list[data-css=\"tve-u-186df1bf84d\"] .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tcb-post-list[data-css=\"tve-u-186df1bf84d\"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 50px !important; }.tcb-post-list[data-css=\"tve-u-186df1bf84d\"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tcb-post-list[data-css=\"tve-u-186df1bf84d\"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 30px !important; }.tcb-post-list[data-css=\"tve-u-186df1bf84d\"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tcb-post-list[data-css=\"tve-u-18703fb75db\"] .post-wrapper.thrv_wrapper { width: calc(33.3333% - 13.3333px); }.tcb-post-list[data-css=\"tve-u-18703fb75db\"] .post-wrapper.thrv_wrapper:nth-child(n+4) { margin-top: 20px !important; }.tcb-post-list[data-css=\"tve-u-18703fb75db\"] .post-wrapper.thrv_wrapper:not(:nth-child(n+4)) { margin-top: 0px !important; }.tcb-post-list[data-css=\"tve-u-18703fb75db\"] .post-wrapper.thrv_wrapper:not(:nth-child(3n)) { margin-right: 20px !important; }.tcb-post-list[data-css=\"tve-u-18703fb75db\"] .post-wrapper.thrv_wrapper:nth-child(3n) { margin-right: 0px !important; }:not(#tve) [data-css=\"tve-u-193ab454817\"] { font-size: 38px !important; color: rgb(10, 10, 242) !important; }:not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] label { font-size: var(--tve-font-size, 20px); }[data-css=\"tve-u-193ab45c386\"] { --tve-font-size: 20px; --tve-color: rgb(7, 0, 0); --tve-applied---tve-color: rgb(7, 0, 0); text-align: justify; }:not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] label, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] h1, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] h2, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] h3, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] h4, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] h5, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab45c386\"] h6 { color: var(--tve-color, rgb(7, 0, 0)); --tve-applied-color: var$(--tve-color, rgb(7, 0, 0)); --tcb-applied-color: rgb(7, 0, 0); }[data-css=\"tve-u-193ab45c386\"] p { padding: 0px 0px 11px !important; margin: 0px !important; }[data-css=\"tve-u-193ab45c38c\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-193ab468a7e\"] { margin-top: 0px !important; }:not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] label { font-size: var(--tve-font-size,20px); }[data-css=\"tve-u-193ab470a1b\"] { --tve-font-size: 20px; --tve-color: rgb(7,0,0); --tve-applied---tve-color: rgb(7,0,0); text-align: justify; }:not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] label, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] h1, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] h2, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] h3, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] h4, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] h5, :not(#tve) .thrv-content-box [data-css=\"tve-u-193ab470a1b\"] h6 { color: var(--tve-color,rgb(7,0,0)); --tve-applied-color: var$(--tve-color,rgb(7,0,0)); --tcb-applied-color: rgb(7,0,0); }[data-css=\"tve-u-193ab470a1b\"] p { padding: 0px 0px 11px !important; margin: 0px !important; }[data-css=\"tve-u-193ab470a1c\"] { margin-top: 0px !important; margin-bottom: 20px !important; padding: 0px !important; }[data-css=\"tve-u-193ab470a1d\"] { --tcb-text-highlight-color: rgb(237, 243, 13) !important; }[data-css=\"tve-u-193ab470a1f\"] { --tcb-text-highlight-color: rgb(237, 243, 13) !important; }[data-css=\"tve-u-193ab470a20\"] { --tve-highlight-background: url(\"data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20314%20114%22%20preserveAspectRatio%3D'none'%3E%0A%09%09%09%09%09%3Cpath%20d%3D%22M149.412%202.398C98.053%204.579%2074.996%207.562%2053.903%2014.754%2028.892%2023.283%208.503%2040.617%202.929%2058.09c-4.148%2013.004-.464%2026.402%2010.207%2037.118%205.664%205.687%2015.228%2012.328%2021.753%2015.104%202.939%201.25%208.598%202.708%2010.559%202.72%201.16.008%201.111-.129-.909-2.543-2.554-3.05-4.753-7.567-4.761-9.775-.008-2.502%202.482-6.937%204.862-8.661%205.613-4.066%2020.333-6.115%2050.607-7.046%2012.81-.394%2019.622.068%2047.623%203.231%2057%206.439%2066.925%207.222%2091.845%207.248%2016.516.016%2020.951-.139%2026.167-.919%2020.12-3.007%2032.633-8.401%2041.489-17.883%206.859-7.344%2010.154-16.516%2010.254-28.537.032-3.902-.231-7.704-.651-9.42-5.257-21.464-31.961-33.668-80.137-36.622-11.85-.727-62.651-.546-82.425.293%22%2F%3E%0A%09%09%09%09%3C%2Fsvg%3E\"); --tcb-text-highlight-color: #2ABB61 !important; }[data-css=\"tve-u-193ab470a21\"] { --tcb-text-highlight-color: rgb(30, 184, 76) !important; }[data-css=\"tve-u-193ab470a22\"] { --tcb-text-highlight-color: transparent !important; }[data-css=\"tve-u-193ab47604a\"] { width: 325px; --tve-alignment: center; margin-left: auto !important; margin-right: auto !important; float: none; margin-top: 0px !important; --tve-border-radius: 30px; border-radius: 30px; overflow: hidden; }[data-css=\"tve-u-193ab4845ae\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-193ab48de64\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-193ab492cd7\"] { --tcb-text-highlight-color: rgb(247, 247, 12) !important; }:not(#tve) [data-css=\"tve-u-193ab4940de\"] { font-size: 25px !important; }[data-css=\"tve-u-16b323cc7ba\"] h2 { padding: 0px 0px 13px !important; margin: 0px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16b32330024\"] { margin-left: 90px !important; }[data-css=\"tve-u-16b32330025\"] { margin-left: 128px !important; padding-left: 1px !important; margin-right: -51px !important; margin-top: -96px !important; }[data-css=\"tve-u-16b32330027\"] { margin-left: -16px !important; padding-left: 0px !important; padding-right: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16b32330021\"] { margin-left: 20px !important; }[data-css=\"tve-u-16b32330020\"] { margin-left: -35px !important; }}","tve_user_custom_css":"","tve_globals":{"e":"1","font_cls":[]},"tcb2_ready":1,"tcb_editor_enabled":1,"tve_landing_page":"","_tve_header":"","_tve_footer":""},"categories":[4,22],"tags":[293,58,59,56,57,39,295,55],"class_list":["post-6742","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-programar-en-excel","category-curso-basico-de-vba","tag-aprender-excel","tag-como-usar-excel","tag-contabilidad-en-excel","tag-cursos-de-excel","tag-excel-avanzado","tag-excel-online","tag-plantillas-excel","tag-vba-excel","post-wrapper","thrv_wrapper"],"_links":{"self":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/posts\/6742","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/comments?post=6742"}],"version-history":[{"count":0,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/posts\/6742\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/media\/60069"}],"wp:attachment":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/media?parent=6742"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/categories?post=6742"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/tags?post=6742"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}