S
S
Sergey Turik2021-12-08 12:00:32
Macros
Sergey Turik, 2021-12-08 12:00:32

How to make a macro in Word to replace the entire text "Words" with a capital letter with a "word" with a small one?

Of good.
Simple "Search and replace" does not work, including through VBA.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DENIS Kokorev, 2021-12-08
@shmaroder

You select all the text in the Word, you launch it.

Sub Macros1()
Selection.Font.AllCaps = False
Selection.Range.Case = wdLowerCase
End Sub

61b07ec4497d1725206267.jpeg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question