VBA Word, For each for every “Title 1” style











up vote
-1
down vote

favorite












In VBA I need to make an XML code for every "Title 1" style in the document, is this possible? How?



For Each Title1 In ActiveDocument...

my code....

Next Title1









share|improve this question




















  • 1




    It's not really clear what you want to do... Have you looked into using Word's built-in Find functionality? Find can be used to search formatting as well as or instead of text - test it in the UI and record a macro to get the basic code. Then you need to use a loop with it in order to process the "found" instances - there are lots and lots of examples here and on the internet for doing that.
    – Cindy Meister
    Nov 9 at 11:10















up vote
-1
down vote

favorite












In VBA I need to make an XML code for every "Title 1" style in the document, is this possible? How?



For Each Title1 In ActiveDocument...

my code....

Next Title1









share|improve this question




















  • 1




    It's not really clear what you want to do... Have you looked into using Word's built-in Find functionality? Find can be used to search formatting as well as or instead of text - test it in the UI and record a macro to get the basic code. Then you need to use a loop with it in order to process the "found" instances - there are lots and lots of examples here and on the internet for doing that.
    – Cindy Meister
    Nov 9 at 11:10













up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











In VBA I need to make an XML code for every "Title 1" style in the document, is this possible? How?



For Each Title1 In ActiveDocument...

my code....

Next Title1









share|improve this question















In VBA I need to make an XML code for every "Title 1" style in the document, is this possible? How?



For Each Title1 In ActiveDocument...

my code....

Next Title1






vba ms-word






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 9 at 11:08









Cindy Meister

13.3k101934




13.3k101934










asked Nov 9 at 8:53









Hello it's me

3217




3217








  • 1




    It's not really clear what you want to do... Have you looked into using Word's built-in Find functionality? Find can be used to search formatting as well as or instead of text - test it in the UI and record a macro to get the basic code. Then you need to use a loop with it in order to process the "found" instances - there are lots and lots of examples here and on the internet for doing that.
    – Cindy Meister
    Nov 9 at 11:10














  • 1




    It's not really clear what you want to do... Have you looked into using Word's built-in Find functionality? Find can be used to search formatting as well as or instead of text - test it in the UI and record a macro to get the basic code. Then you need to use a loop with it in order to process the "found" instances - there are lots and lots of examples here and on the internet for doing that.
    – Cindy Meister
    Nov 9 at 11:10








1




1




It's not really clear what you want to do... Have you looked into using Word's built-in Find functionality? Find can be used to search formatting as well as or instead of text - test it in the UI and record a macro to get the basic code. Then you need to use a loop with it in order to process the "found" instances - there are lots and lots of examples here and on the internet for doing that.
– Cindy Meister
Nov 9 at 11:10




It's not really clear what you want to do... Have you looked into using Word's built-in Find functionality? Find can be used to search formatting as well as or instead of text - test it in the UI and record a macro to get the basic code. Then you need to use a loop with it in order to process the "found" instances - there are lots and lots of examples here and on the internet for doing that.
– Cindy Meister
Nov 9 at 11:10

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
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',
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%2fstackoverflow.com%2fquestions%2f53222506%2fvba-word-for-each-for-every-title-1-style%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53222506%2fvba-word-for-each-for-every-title-1-style%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

Guess what letter conforming each word

Port of Spain

Run scheduled task as local user group (not BUILTIN)