I need help creating a macro to change my default image settingsIs it possible to enter a value into an Excel...
How can a new country break out from a developed country without war?
How to find the largest number(s) in a list of elements, possibly non-unique?
Hot air balloons as primitive bombers
Emojional cryptic crossword
When did hardware antialiasing start being available?
Why is "la Gestapo" feminine?
How to read string as hex number in bash?
What is the difference between something being completely legal and being completely decriminalized?
Determine voltage drop over 10G resistors with cheap multimeter
Have the tides ever turned twice on any open problem?
TDE Master Key Rotation
How to balance a monster modification (zombie)?
Imaginary part of expression too difficult to calculate
Why do I have a large white artefact on the rendered image?
Is this Pascal's Matrix?
is this saw blade faulty?
How can an organ that provides biological immortality be unable to regenerate?
Why didn’t Eve recognize the little cockroach as a living organism?
When should a starting writer get his own webpage?
Air travel with refrigerated insulin
Norwegian Refugee travel document
Why doesn't the fusion process of the sun speed up?
Have any astronauts/cosmonauts died in space?
Does convergence of polynomials imply that of its coefficients?
I need help creating a macro to change my default image settings
Is it possible to enter a value into an Excel cell and have the same cell output a result?Images / Photos and text boxes jump to top of pageWhy the image slides to previous page in MS Word?Creating a template and possibly macros for flashcards on MS WordHow to create an Outlook macro that updates a table's attributes to shrink a table to the contained text without wrapping?Displaying a Image by hovering over the text or object in MSWordMS Word VBA Error: “The item with the specified name wasn't found”Characters are overlapping when working with documentTable in WD2013 Keeps Going to Two Pages (Allow row to break across pages not fixing)How do I get back the “magnetic” vertical/horizontal green guides in MS Word 16 on macOS?Word macro for replacing images with numbered index and moving the image to the end of document
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
add a comment |
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
add a comment |
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
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
microsoft-word vba
edited Feb 5 at 3:24
Scott
15.9k113990
15.9k113990
asked Feb 4 at 23:26
Michelle MartinMichelle Martin
162
162
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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
- Click on File, then click on Options,
- From the Word Options pop-up window click on Customize Ribbon,
- From the Main Tabs window check the Developer checkbox, click OK
To record a macro
- Click on the Developer Tab, click on Record Macro button,
- Name your macro, Give your macro a description (eg what it does),
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.
Do any actions you need for the macro to do,
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).
Test out your macro by using the button or keyboard shortcut.
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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
- Click on File, then click on Options,
- From the Word Options pop-up window click on Customize Ribbon,
- From the Main Tabs window check the Developer checkbox, click OK
To record a macro
- Click on the Developer Tab, click on Record Macro button,
- Name your macro, Give your macro a description (eg what it does),
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.
Do any actions you need for the macro to do,
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).
Test out your macro by using the button or keyboard shortcut.
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
add a comment |
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
- Click on File, then click on Options,
- From the Word Options pop-up window click on Customize Ribbon,
- From the Main Tabs window check the Developer checkbox, click OK
To record a macro
- Click on the Developer Tab, click on Record Macro button,
- Name your macro, Give your macro a description (eg what it does),
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.
Do any actions you need for the macro to do,
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).
Test out your macro by using the button or keyboard shortcut.
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
add a comment |
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
- Click on File, then click on Options,
- From the Word Options pop-up window click on Customize Ribbon,
- From the Main Tabs window check the Developer checkbox, click OK
To record a macro
- Click on the Developer Tab, click on Record Macro button,
- Name your macro, Give your macro a description (eg what it does),
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.
Do any actions you need for the macro to do,
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).
Test out your macro by using the button or keyboard shortcut.
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
- Click on File, then click on Options,
- From the Word Options pop-up window click on Customize Ribbon,
- From the Main Tabs window check the Developer checkbox, click OK
To record a macro
- Click on the Developer Tab, click on Record Macro button,
- Name your macro, Give your macro a description (eg what it does),
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.
Do any actions you need for the macro to do,
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).
Test out your macro by using the button or keyboard shortcut.
edited 3 mins ago
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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