I need help creating a macro to change my default image settings












3















My most often used wrap and image settings in Microsoft Word are:




  • Select Layout options

  • Select 'through' layout

  • Click on the more tab

  • Set horizontal to relative to page

  • Set vertical to relative to page

  • Uncheck move object with text

  • Check allow overlap


Is there a way to make a macro to do this? It is very tedious to do it over and over and over again.



Sure would appreciate some help.










share|improve this question





























    3















    My most often used wrap and image settings in Microsoft Word are:




    • Select Layout options

    • Select 'through' layout

    • Click on the more tab

    • Set horizontal to relative to page

    • Set vertical to relative to page

    • Uncheck move object with text

    • Check allow overlap


    Is there a way to make a macro to do this? It is very tedious to do it over and over and over again.



    Sure would appreciate some help.










    share|improve this question



























      3












      3








      3


      1






      My most often used wrap and image settings in Microsoft Word are:




      • Select Layout options

      • Select 'through' layout

      • Click on the more tab

      • Set horizontal to relative to page

      • Set vertical to relative to page

      • Uncheck move object with text

      • Check allow overlap


      Is there a way to make a macro to do this? It is very tedious to do it over and over and over again.



      Sure would appreciate some help.










      share|improve this question
















      My most often used wrap and image settings in Microsoft Word are:




      • Select Layout options

      • Select 'through' layout

      • Click on the more tab

      • Set horizontal to relative to page

      • Set vertical to relative to page

      • Uncheck move object with text

      • Check allow overlap


      Is there a way to make a macro to do this? It is very tedious to do it over and over and over again.



      Sure would appreciate some help.







      microsoft-word vba






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 5 at 3:24









      Scott

      15.9k113990




      15.9k113990










      asked Feb 4 at 23:26









      Michelle MartinMichelle Martin

      162




      162






















          1 Answer
          1






          active

          oldest

          votes


















          1














          The best way to create a macro for a beginner would be to use the Record Macro button on the Developer tab.



          To enable the developer tab




          1. Click on File, then click on Options,

          2. From the Word Options pop-up window click on Customize Ribbon,

          3. From the Main Tabs window check the Developer checkbox, click OK


          gif showing how to enable Developer Tab



          To record a macro




          1. Click on the Developer Tab, click on Record Macro button,

          2. Name your macro, Give your macro a description (eg what it does),


          3. Assign the macro to a button or to a keyboard shortcut,




            Note: Once this window closes your macro will begin recording any buttons/keys you press.




          4. Do any actions you need for the macro to do,



          5. To stop recording, go back into the Developer Tab and click Stop Recording button.




            Tip: You can also click the stop recording icon located at the bottom of the main window (refer to below image).




            Stop Recording Icon



          6. Test out your macro by using the button or keyboard shortcut.



          gif showing initial recording macro step






          share|improve this answer
























          • Hi angelofdev how can i contact you? i understand 'record macro' but when i do that it will not let me select the image...

            – Michelle Martin
            Mar 2 at 2:50











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1402047%2fi-need-help-creating-a-macro-to-change-my-default-image-settings%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          The best way to create a macro for a beginner would be to use the Record Macro button on the Developer tab.



          To enable the developer tab




          1. Click on File, then click on Options,

          2. From the Word Options pop-up window click on Customize Ribbon,

          3. From the Main Tabs window check the Developer checkbox, click OK


          gif showing how to enable Developer Tab



          To record a macro




          1. Click on the Developer Tab, click on Record Macro button,

          2. Name your macro, Give your macro a description (eg what it does),


          3. Assign the macro to a button or to a keyboard shortcut,




            Note: Once this window closes your macro will begin recording any buttons/keys you press.




          4. Do any actions you need for the macro to do,



          5. To stop recording, go back into the Developer Tab and click Stop Recording button.




            Tip: You can also click the stop recording icon located at the bottom of the main window (refer to below image).




            Stop Recording Icon



          6. Test out your macro by using the button or keyboard shortcut.



          gif showing initial recording macro step






          share|improve this answer
























          • Hi angelofdev how can i contact you? i understand 'record macro' but when i do that it will not let me select the image...

            – Michelle Martin
            Mar 2 at 2:50
















          1














          The best way to create a macro for a beginner would be to use the Record Macro button on the Developer tab.



          To enable the developer tab




          1. Click on File, then click on Options,

          2. From the Word Options pop-up window click on Customize Ribbon,

          3. From the Main Tabs window check the Developer checkbox, click OK


          gif showing how to enable Developer Tab



          To record a macro




          1. Click on the Developer Tab, click on Record Macro button,

          2. Name your macro, Give your macro a description (eg what it does),


          3. Assign the macro to a button or to a keyboard shortcut,




            Note: Once this window closes your macro will begin recording any buttons/keys you press.




          4. Do any actions you need for the macro to do,



          5. To stop recording, go back into the Developer Tab and click Stop Recording button.




            Tip: You can also click the stop recording icon located at the bottom of the main window (refer to below image).




            Stop Recording Icon



          6. Test out your macro by using the button or keyboard shortcut.



          gif showing initial recording macro step






          share|improve this answer
























          • Hi angelofdev how can i contact you? i understand 'record macro' but when i do that it will not let me select the image...

            – Michelle Martin
            Mar 2 at 2:50














          1












          1








          1







          The best way to create a macro for a beginner would be to use the Record Macro button on the Developer tab.



          To enable the developer tab




          1. Click on File, then click on Options,

          2. From the Word Options pop-up window click on Customize Ribbon,

          3. From the Main Tabs window check the Developer checkbox, click OK


          gif showing how to enable Developer Tab



          To record a macro




          1. Click on the Developer Tab, click on Record Macro button,

          2. Name your macro, Give your macro a description (eg what it does),


          3. Assign the macro to a button or to a keyboard shortcut,




            Note: Once this window closes your macro will begin recording any buttons/keys you press.




          4. Do any actions you need for the macro to do,



          5. To stop recording, go back into the Developer Tab and click Stop Recording button.




            Tip: You can also click the stop recording icon located at the bottom of the main window (refer to below image).




            Stop Recording Icon



          6. Test out your macro by using the button or keyboard shortcut.



          gif showing initial recording macro step






          share|improve this answer













          The best way to create a macro for a beginner would be to use the Record Macro button on the Developer tab.



          To enable the developer tab




          1. Click on File, then click on Options,

          2. From the Word Options pop-up window click on Customize Ribbon,

          3. From the Main Tabs window check the Developer checkbox, click OK


          gif showing how to enable Developer Tab



          To record a macro




          1. Click on the Developer Tab, click on Record Macro button,

          2. Name your macro, Give your macro a description (eg what it does),


          3. Assign the macro to a button or to a keyboard shortcut,




            Note: Once this window closes your macro will begin recording any buttons/keys you press.




          4. Do any actions you need for the macro to do,



          5. To stop recording, go back into the Developer Tab and click Stop Recording button.




            Tip: You can also click the stop recording icon located at the bottom of the main window (refer to below image).




            Stop Recording Icon



          6. Test out your macro by using the button or keyboard shortcut.



          gif showing initial recording macro step







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 5 at 0:17









          angelofdevangelofdev

          929120




          929120













          • Hi angelofdev how can i contact you? i understand 'record macro' but when i do that it will not let me select the image...

            – Michelle Martin
            Mar 2 at 2:50



















          • Hi angelofdev how can i contact you? i understand 'record macro' but when i do that it will not let me select the image...

            – Michelle Martin
            Mar 2 at 2:50

















          Hi angelofdev how can i contact you? i understand 'record macro' but when i do that it will not let me select the image...

          – Michelle Martin
          Mar 2 at 2:50





          Hi angelofdev how can i contact you? i understand 'record macro' but when i do that it will not let me select the image...

          – Michelle Martin
          Mar 2 at 2:50


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1402047%2fi-need-help-creating-a-macro-to-change-my-default-image-settings%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          How to make a Squid Proxy server?

          第一次世界大戦

          Touch on Surface Book