{"id":412,"date":"2010-05-02T17:06:31","date_gmt":"2010-05-02T17:06:31","guid":{"rendered":"http:\/\/pariswells.com\/blog\/?p=412"},"modified":"2010-05-02T17:07:51","modified_gmt":"2010-05-02T17:07:51","slug":"how-to-set-default-zoom-level-in-word-2007-to-100","status":"publish","type":"post","link":"https:\/\/pariswells.com\/blog\/fixes\/how-to-set-default-zoom-level-in-word-2007-to-100","title":{"rendered":"How to Set Default Zoom level in Word 2007 to 100%"},"content":{"rendered":"<a href=\"http:\/\/pariswells.com\/blog\/wp-content\/uploads\/2010\/05\/Capture.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-medium  wp-image-413 img-responsive\" title=\"Word2007 Macro\" src=\"http:\/\/pariswells.com\/blog\/wp-content\/uploads\/2010\/05\/Capture-300x131.jpg\" alt=\"\" width=\"300\" height=\"131\" srcset=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2010\/05\/Capture-300x131.jpg 300w, https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2010\/05\/Capture.jpg 672w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a>Word 2007 has the default action of setting the zoom level of existing documents to whatever the zoom level is needed to make the document full screen. This is usually around 125% , which can throw some novice users into confusing them that the font size is larger than it actually is on paper. There is no where in the options to set the default Zoom size like their is the font size.\r\n\r\nHowever there is a Macro Available to change the default view open size to 100%\r\n\r\nTo set-up this Macro follow these instructions :\r\n<ul>\r\n\t<li>Open Word 2007<\/li>\r\n\t<li>Press ALT and the F11 Key<\/li>\r\n\t<li>On the left hand side bar , Choose Normal , then This Document and enter the following code :<\/li>\r\n<\/ul>\r\n<strong> <\/strong>\r\n\r\n<strong>Option Explicit<\/strong><strong><\/strong>\r\n\r\n<strong>Private Sub Document_New()\r\nActiveDocument.ActiveWindow.View = wdPrintView\r\nActiveDocument.ActiveWindow.View.Zoom = 100\r\nEnd Sub<\/strong>\r\n\r\n<strong>Private Sub Document_Open()\r\nActiveDocument.ActiveWindow.View = wdPrintView\r\nActiveDocument.ActiveWindow.View.Zoom = 100<\/strong>\r\n\r\n<strong>End Sub<\/strong>","protected":false},"excerpt":{"rendered":"<p>Word 2007 has the default action of setting the zoom level of existing documents to whatever the zoom level is needed to make the document full screen. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14],"tags":[267],"class_list":["post-412","post","type-post","status-publish","format-standard","hentry","category-fixes","tag-set-default-zoom-level-in-word-2007-to-100"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Word 2007 has the default action of setting the zoom level of existing documents to whatever the zoom level is needed to make the document full screen. This is usually around 125% , which can throw some novice users into confusing them that the font size is larger than it actually is on paper.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"paris\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/pariswells.com\/blog\/fixes\/how-to-set-default-zoom-level-in-word-2007-to-100\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Welcome to Pariswells.com |\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to Set Default Zoom level in Word 2007 to 100% | Welcome to Pariswells.com\" \/>\n\t\t<meta property=\"og:description\" content=\"Word 2007 has the default action of setting the zoom level of existing documents to whatever the zoom level is needed to make the document full screen. This is usually around 125% , which can throw some novice users into confusing them that the font size is larger than it actually is on paper.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/pariswells.com\/blog\/fixes\/how-to-set-default-zoom-level-in-word-2007-to-100\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2010-05-02T17:06:31+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2010-05-02T17:07:51+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to Set Default Zoom level in Word 2007 to 100% | Welcome to Pariswells.com\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Word 2007 has the default action of setting the zoom level of existing documents to whatever the zoom level is needed to make the document full screen. This is usually around 125% , which can throw some novice users into confusing them that the font size is larger than it actually is on paper.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/fixes\\\/how-to-set-default-zoom-level-in-word-2007-to-100#article\",\"name\":\"How to Set Default Zoom level in Word 2007 to 100% | Welcome to Pariswells.com\",\"headline\":\"How to Set Default Zoom level in Word 2007 to 100%\",\"author\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/wp-content\\\/uploads\\\/2010\\\/05\\\/Capture.jpg\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/fixes\\\/how-to-set-default-zoom-level-in-word-2007-to-100\\\/#articleImage\",\"width\":672,\"height\":294},\"datePublished\":\"2010-05-02T17:06:31+00:00\",\"dateModified\":\"2010-05-02T17:07:51+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/fixes\\\/how-to-set-default-zoom-level-in-word-2007-to-100#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/fixes\\\/how-to-set-default-zoom-level-in-word-2007-to-100#webpage\"},\"articleSection\":\"Fixes, Set Default Zoom level in Word 2007 to 100%\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/fixes\\\/how-to-set-default-zoom-level-in-word-2007-to-100#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pariswells.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/fixes#listItem\",\"name\":\"Fixes\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/fixes#listItem\",\"position\":2,\"name\":\"Fixes\",\"item\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/fixes\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/fixes\\\/how-to-set-default-zoom-level-in-word-2007-to-100#listItem\",\"name\":\"How to Set Default Zoom level in Word 2007 to 100%\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/fixes\\\/how-to-set-default-zoom-level-in-word-2007-to-100#listItem\",\"position\":3,\"name\":\"How to Set Default Zoom level in Word 2007 to 100%\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/fixes#listItem\",\"name\":\"Fixes\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\",\"name\":\"Welcome to Pariswells.com\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris\",\"name\":\"paris\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/fixes\\\/how-to-set-default-zoom-level-in-word-2007-to-100#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/93b8ee3f592ac401167f870452bd82d43de80152cd3524e2853403658ada9984?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"paris\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/fixes\\\/how-to-set-default-zoom-level-in-word-2007-to-100#webpage\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/fixes\\\/how-to-set-default-zoom-level-in-word-2007-to-100\",\"name\":\"How to Set Default Zoom level in Word 2007 to 100% | Welcome to Pariswells.com\",\"description\":\"Word 2007 has the default action of setting the zoom level of existing documents to whatever the zoom level is needed to make the document full screen. This is usually around 125% , which can throw some novice users into confusing them that the font size is larger than it actually is on paper.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/fixes\\\/how-to-set-default-zoom-level-in-word-2007-to-100#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"datePublished\":\"2010-05-02T17:06:31+00:00\",\"dateModified\":\"2010-05-02T17:07:51+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/\",\"name\":\"Welcome to Pariswells.com\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to Set Default Zoom level in Word 2007 to 100% | Welcome to Pariswells.com","description":"Word 2007 has the default action of setting the zoom level of existing documents to whatever the zoom level is needed to make the document full screen. This is usually around 125% , which can throw some novice users into confusing them that the font size is larger than it actually is on paper.","canonical_url":"https:\/\/pariswells.com\/blog\/fixes\/how-to-set-default-zoom-level-in-word-2007-to-100","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pariswells.com\/blog\/fixes\/how-to-set-default-zoom-level-in-word-2007-to-100#article","name":"How to Set Default Zoom level in Word 2007 to 100% | Welcome to Pariswells.com","headline":"How to Set Default Zoom level in Word 2007 to 100%","author":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"publisher":{"@id":"https:\/\/pariswells.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2010\/05\/Capture.jpg","@id":"https:\/\/pariswells.com\/blog\/fixes\/how-to-set-default-zoom-level-in-word-2007-to-100\/#articleImage","width":672,"height":294},"datePublished":"2010-05-02T17:06:31+00:00","dateModified":"2010-05-02T17:07:51+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/pariswells.com\/blog\/fixes\/how-to-set-default-zoom-level-in-word-2007-to-100#webpage"},"isPartOf":{"@id":"https:\/\/pariswells.com\/blog\/fixes\/how-to-set-default-zoom-level-in-word-2007-to-100#webpage"},"articleSection":"Fixes, Set Default Zoom level in Word 2007 to 100%"},{"@type":"BreadcrumbList","@id":"https:\/\/pariswells.com\/blog\/fixes\/how-to-set-default-zoom-level-in-word-2007-to-100#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/pariswells.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/fixes#listItem","name":"Fixes"}},{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/fixes#listItem","position":2,"name":"Fixes","item":"https:\/\/pariswells.com\/blog\/category\/fixes","nextItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/fixes\/how-to-set-default-zoom-level-in-word-2007-to-100#listItem","name":"How to Set Default Zoom level in Word 2007 to 100%"},"previousItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/fixes\/how-to-set-default-zoom-level-in-word-2007-to-100#listItem","position":3,"name":"How to Set Default Zoom level in Word 2007 to 100%","previousItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/fixes#listItem","name":"Fixes"}}]},{"@type":"Organization","@id":"https:\/\/pariswells.com\/blog\/#organization","name":"Welcome to Pariswells.com","url":"https:\/\/pariswells.com\/blog\/"},{"@type":"Person","@id":"https:\/\/pariswells.com\/blog\/author\/paris#author","url":"https:\/\/pariswells.com\/blog\/author\/paris","name":"paris","image":{"@type":"ImageObject","@id":"https:\/\/pariswells.com\/blog\/fixes\/how-to-set-default-zoom-level-in-word-2007-to-100#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/93b8ee3f592ac401167f870452bd82d43de80152cd3524e2853403658ada9984?s=96&d=mm&r=g","width":96,"height":96,"caption":"paris"}},{"@type":"WebPage","@id":"https:\/\/pariswells.com\/blog\/fixes\/how-to-set-default-zoom-level-in-word-2007-to-100#webpage","url":"https:\/\/pariswells.com\/blog\/fixes\/how-to-set-default-zoom-level-in-word-2007-to-100","name":"How to Set Default Zoom level in Word 2007 to 100% | Welcome to Pariswells.com","description":"Word 2007 has the default action of setting the zoom level of existing documents to whatever the zoom level is needed to make the document full screen. This is usually around 125% , which can throw some novice users into confusing them that the font size is larger than it actually is on paper.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/pariswells.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/pariswells.com\/blog\/fixes\/how-to-set-default-zoom-level-in-word-2007-to-100#breadcrumblist"},"author":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"creator":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"datePublished":"2010-05-02T17:06:31+00:00","dateModified":"2010-05-02T17:07:51+00:00"},{"@type":"WebSite","@id":"https:\/\/pariswells.com\/blog\/#website","url":"https:\/\/pariswells.com\/blog\/","name":"Welcome to Pariswells.com","inLanguage":"en-US","publisher":{"@id":"https:\/\/pariswells.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Welcome to Pariswells.com |","og:type":"article","og:title":"How to Set Default Zoom level in Word 2007 to 100% | Welcome to Pariswells.com","og:description":"Word 2007 has the default action of setting the zoom level of existing documents to whatever the zoom level is needed to make the document full screen. This is usually around 125% , which can throw some novice users into confusing them that the font size is larger than it actually is on paper.","og:url":"https:\/\/pariswells.com\/blog\/fixes\/how-to-set-default-zoom-level-in-word-2007-to-100","article:published_time":"2010-05-02T17:06:31+00:00","article:modified_time":"2010-05-02T17:07:51+00:00","twitter:card":"summary","twitter:title":"How to Set Default Zoom level in Word 2007 to 100% | Welcome to Pariswells.com","twitter:description":"Word 2007 has the default action of setting the zoom level of existing documents to whatever the zoom level is needed to make the document full screen. This is usually around 125% , which can throw some novice users into confusing them that the font size is larger than it actually is on paper."},"aioseo_meta_data":{"post_id":"412","title":"How to Set Default Zoom level in Word 2007 to 100% | #site_title","description":"Word 2007 has the default action of setting the zoom level of existing documents to whatever the zoom level is needed to make the document full screen. This is usually around 125% , which can throw some novice users into confusing them that the font size is larger than it actually is on paper.","keywords":[{"label":"How to Set Default Zoom level in Word 2007 to 100%","value":"How to Set Default Zoom level in Word 2007 to 100%"}],"keyphrases":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 05:28:50","updated":"2022-09-16 14:08:53","primary_term":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/pariswells.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/pariswells.com\/blog\/category\/fixes\" title=\"Fixes\">Fixes<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to Set Default Zoom level in Word 2007 to 100%\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/pariswells.com\/blog"},{"label":"Fixes","link":"https:\/\/pariswells.com\/blog\/category\/fixes"},{"label":"How to Set Default Zoom level in Word 2007 to 100%","link":"https:\/\/pariswells.com\/blog\/fixes\/how-to-set-default-zoom-level-in-word-2007-to-100"}],"_links":{"self":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/412","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/comments?post=412"}],"version-history":[{"count":5,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/412\/revisions"}],"predecessor-version":[{"id":418,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/412\/revisions\/418"}],"wp:attachment":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/media?parent=412"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/categories?post=412"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/tags?post=412"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}