Skip to main content

All Questions

Tagged with
-1 votes
1 answer
219 views

VBA to highlight all paragraphs with direct (non-style-based) formatting

I would like to write a VBA macro that highlights all paragraphs that have any kind of formatting applied, causing those paragraphs to not match their style. Then I want to highlight in a different ...
skewray's user avatar
0 votes
3 answers
3k views

VBA WORD: find a paragraph that has a specific style

I am trying to write a code in VBA, where I will get the number of a paragraph that will have a specific style (let's say Heading 1). I am going through a loop and unfortunately I am getting such an ...
John Snow's user avatar
  • 107
1 vote
2 answers
6k views

c# Interop Word Document add Style

I want to add style to a paragraph, but depending on the word language version I have to use a different name. Now I'm creating an application for multiple users, and if they have an english version i ...
WtFudgE's user avatar
  • 5,228